From ba76cd3268c049591f71deb2155a88220ba29307 Mon Sep 17 00:00:00 2001 From: parnigot Date: Mon, 29 Apr 2019 21:56:34 +0200 Subject: [PATCH] Minor TLS documentation improvements (#7592) Added the explicit name for private.key and public.crt --- docs/tls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tls/README.md b/docs/tls/README.md index 17e4372ff..6af4ce3d0 100644 --- a/docs/tls/README.md +++ b/docs/tls/README.md @@ -22,7 +22,7 @@ Copy the existing private key and public certificate to the `certs` directory. T > NOTE: Location of custom certs directory can be specified using `--certs-dir` command line option. **Note:** -* The key and certificate files must be appended with `.key` and `.crt`, respectively. +* Inside the `certs` directory, the private key must by named `private.key` and the public key must be named `public.crt`. * A certificate signed by a CA contains information about the issued identity (e.g. name, expiry, public key) and any intermediate certificates. The root CA is not included. ## 3. Generate and use Self-signed Keys and Certificates with MinIO