Update readme.

pull/41/head
Mariano Cano 5 years ago
parent c0992c717c
commit 238657ce3a

@ -50,21 +50,31 @@ This matrix shows the set of features we'd like to demonstrate in each language
and where each language is. Bug fixes, improvements, and examples in new and where each language is. Bug fixes, improvements, and examples in new
languages are appreciated! languages are appreciated!
[go/](go/) [curl/](curl/)
- [X] Server using autocert certificate & key - [X] Client
- [X] mTLS (send client certificate if server asks for it)
- [X] Automatic certificate rotation
- [ ] Restrict to safe ciphersuites and TLS versions
- [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation
[nginx/](nginx/)
- [X] Server
- [X] mTLS (client authentication using internal root certificate) - [X] mTLS (client authentication using internal root certificate)
- [X] Automatic certificate renewal - [X] Automatic certificate renewal
- [X] Restrict to safe ciphersuites and TLS versions - [X] Restrict to safe ciphersuites and TLS versions
- [ ] TLS stack configuration loaded from `step-ca` - [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation - [ ] Root certificate rotation
- [X] Client using autocert root certificate
- [X] mTLS (send client certificate if server asks for it) [envoy/](envoy/)
- [X] Automatic certificate rotation - [X] Server
- [X] mTLS (client authentication using internal root certificate)
- [X] Automatic certificate renewal
- [X] Restrict to safe ciphersuites and TLS versions - [X] Restrict to safe ciphersuites and TLS versions
- [ ] TLS stack configuration loaded from `step-ca` - [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation - [ ] Root certificate rotation
[go-grpc/](go-grpc/) [go/](go/)
- [X] Server using autocert certificate & key - [X] Server using autocert certificate & key
- [X] mTLS (client authentication using internal root certificate) - [X] mTLS (client authentication using internal root certificate)
- [X] Automatic certificate renewal - [X] Automatic certificate renewal
@ -78,21 +88,19 @@ languages are appreciated!
- [ ] TLS stack configuration loaded from `step-ca` - [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation - [ ] Root certificate rotation
[curl/](curl/) [go-grpc/](go-grpc/)
- [X] Client - [X] Server using autocert certificate & key
- [X] mTLS (send client certificate if server asks for it)
- [X] Automatic certificate rotation
- [ ] Restrict to safe ciphersuites and TLS versions
- [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation
[nginx/](nginx/)
- [X] Server
- [X] mTLS (client authentication using internal root certificate) - [X] mTLS (client authentication using internal root certificate)
- [X] Automatic certificate renewal - [X] Automatic certificate renewal
- [X] Restrict to safe ciphersuites and TLS versions - [X] Restrict to safe ciphersuites and TLS versions
- [ ] TLS stack configuration loaded from `step-ca` - [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation - [ ] Root certificate rotation
- [X] Client using autocert root certificate
- [X] mTLS (send client certificate if server asks for it)
- [X] Automatic certificate rotation
- [X] Restrict to safe ciphersuites and TLS versions
- [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation
[node/](node/) [node/](node/)
- [X] Server - [X] Server
@ -108,10 +116,16 @@ languages are appreciated!
- [ ] TLS stack configuration loaded from `step-ca` - [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation - [ ] Root certificate rotation
[envoy/](envoy/) [py-gunicorn/](py-gunicorn/)
- [X] Server - [X] Server (gunicorn + Flask)
- [X] mTLS (client authentication using internal root certificate) - [X] mTLS (client authentication using internal root certificate)
- [X] Automatic certificate renewal - [X] Automatic certificate renewal
- [X] Restrict to safe ciphersuites and TLS versions - [X] Restrict to safe ciphersuites and TLS versions
- [ ] TLS stack configuration loaded from `step-ca` - [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation - [ ] Root certificate rotation
- [X] Client using autocert root certificate (python)
- [X] mTLS (send client certificate if server asks for it)
- [X] Automatic certificate rotation
- [X] Restrict to safe ciphersuites and TLS versions
- [ ] TLS stack configuration loaded from `step-ca`
- [ ] Root certificate rotation

Loading…
Cancel
Save