From 73a6b8ef62e1fe6f0a0b1c8f5e3fd6d981f7a72a Mon Sep 17 00:00:00 2001 From: lparis Date: Tue, 28 Jun 2016 16:19:32 -0700 Subject: [PATCH] Punctuation fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9510033e..4473a8d8 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,7 @@ func defaultCipherSuites() []uint16 { } ``` -Generating self signed certs and intermediary certificate authorities is beyond the scope here, but this document can be helpful in addition to Google Search: https://docs.docker.com/engine/articles/https/ +Generating self signed certs and intermediary certificate authorities is beyond the scope here, but this document can be helpful in addition to Google Search: https://docs.docker.com/engine/articles/https/. The server **requires** a certificate and private key. Optionally the server can require that clients need to present certificates, and the server can be configured with a CA authority to verify the client certificates.