1
0
mirror of https://github.com/astaxie/cookbook.git synced 2025-08-08 09:42:04 +03:00

doc: Added command for creating certs directory manually in Let's Encrypt doc.. (#54)

This commit is contained in:
koolhead17
2016-07-29 16:54:18 -07:00
committed by Harshavardhana
parent 538e086ec5
commit 42c76c3988

View File

@@ -54,12 +54,10 @@ total 12
### Step 4: Set up SSL on Minio Server with the certificates.
The generated keys via Concert needs to be placed inside users home directory.
``${HOME}/.minio/certs``
The generated keys via Concert needs to be placed inside users home directory at ``${HOME}/.minio/certs``
```sh
$ mkdir /home/supernova/.minio/certs/
$ cp my-certs/private.key /home/supernova/.minio/certs/
$ cp my-certs/public.crt /home/supernova/.minio/certs/