diff --git a/autocert/examples/hello-mtls/README.md b/autocert/examples/hello-mtls/README.md index d030f797..a4407881 100644 --- a/autocert/examples/hello-mtls/README.md +++ b/autocert/examples/hello-mtls/README.md @@ -59,4 +59,18 @@ languages are appreciated! - [X] Automatic certificate renewal - [X] Restrict to safe ciphersuites and TLS versions - [ ] TLS stack configuration loaded from `step-ca` - - [ ] Root certificate rotation \ No newline at end of file + - [ ] Root certificate rotation + +[node/](node/) +- [X] Server + - [X] mTLS (client authentication using internal root certificate) + - [X] Automatic certificate renewal + - [X] Restrict to safe ciphersuites and TLS versions + - [ ] TLS stack configuration loaded from `step-ca` + - [ ] Root certificate rotation +- [ ] Client using autocert root certificate + - [ ] mTLS (send client certificate if server asks for it) + - [ ] Automatic certificate rotation + - [ ] Restrict to safe ciphersuites and TLS versions + - [ ] TLS stack configuration loaded from `step-ca` + - [ ] Root certificate rotation