From 8022ed80bcdbdac3a0fc8f18f8a224856c7f75c7 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Wed, 6 Feb 2019 15:16:52 -0800 Subject: [PATCH] Add node to README.md --- autocert/examples/hello-mtls/README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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