diff options
author | varac <varacanero@zeromail.org> | 2017-02-28 23:09:04 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2017-02-28 23:09:04 +0100 |
commit | 83e12ccd8df4a84aff0577d17cda25293154668e (patch) | |
tree | 1362818bc81989a9342233c0743cfae6c56fef13 /pages/docs/platform/guide/keys-and-certificates.md | |
parent | cb6b9ace33ff37a8ee4243a4d032e0a931e7ede1 (diff) |
Expand domain name command on host
Diffstat (limited to 'pages/docs/platform/guide/keys-and-certificates.md')
-rw-r--r-- | pages/docs/platform/guide/keys-and-certificates.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/docs/platform/guide/keys-and-certificates.md b/pages/docs/platform/guide/keys-and-certificates.md index 9ca7b66..8683a1f 100644 --- a/pages/docs/platform/guide/keys-and-certificates.md +++ b/pages/docs/platform/guide/keys-and-certificates.md @@ -279,15 +279,15 @@ Now, go to your workstation's provider configuration directory and copy the newl Copy the Certificate - workstation$ scp root@SERVER:/etc/letsencrypt/live/$(hostname -d)/cert.pem files/cert/DOMAIN.crt + workstation$ scp 'root@SERVER:/etc/letsencrypt/live/$(hostname -d)/cert.pem' files/cert/DOMAIN.crt Copy the private key - workstation$ scp root@SERVER:/etc/letsencrypt/live/$(hostname -d)/privkey.pem files/cert/DOMAIN.key + workstation$ scp 'root@SERVER:/etc/letsencrypt/live/$(hostname -d)/privkey.pem' files/cert/DOMAIN.key Copy the CA chain cert - workstation$ scp root@SERVER:/etc/letsencrypt/live/$(hostname -d)/fullchain.pem files/cert/commercial_ca.crt + workstation$ scp 'root@SERVER:/etc/letsencrypt/live/$(hostname -d)/fullchain.pem' files/cert/commercial_ca.crt #### Deploy the certs |