acme updates
authorFarhan Khan <farhan@farhan.codes>
Fri, 14 Aug 2020 01:24:08 +0000 (21:24 -0400)
committerFarhan Khan <farhan@farhan.codes>
Fri, 14 Aug 2020 01:24:08 +0000 (21:24 -0400)
docs/installation/freebsd_en.md

index a8741e56581dd280b6e0535beb5c71f903b027c8..386a0ae10eadb14a82d9ce71131b87f0a420662e 100644 (file)
@@ -119,10 +119,11 @@ It should now be possible to issue a cert (replace `example.com`
 with your domain name):
 
 ```
-$ sudo -Hu acme -g acme acme.sh --issue -d example.com --stateless
-$ acme.sh --install-cert -d example.com \
-       --key-file       /path/to/keyfile/in/nginx/key.pem  \
-       --fullchain-file /path/to/fullchain/nginx/cert.pem \
+# mkdir -p /etc/ssl/example.com
+# sudo -Hu acme -g acme acme.sh --issue -d example.com --stateless
+# acme.sh --home /var/db/acme/.acme.sh/ --install-cert -d example.com \
+       --key-file /etc/ssl/example.com/key.pem
+       --fullchain-file /etc/ssl/example.com/fullchain.pem
 ```
 
 Let's add auto-renewal to `/etc/daily.local`