mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
use docker hub in install guide
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ to, `install Docker`_, then issue the following command:
|
||||
sudo docker run -it --rm -p 443:443 -p 80:80 --name certbot \
|
||||
-v "/etc/letsencrypt:/etc/letsencrypt" \
|
||||
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
|
||||
quay.io/letsencrypt/letsencrypt:latest certonly
|
||||
certbot/certbot certonly
|
||||
|
||||
Running Certbot with the ``certonly`` command will obtain a certificate and place it in the directory
|
||||
``/etc/letsencrypt/live`` on your system. Because Certonly cannot install the certificate from
|
||||
|
||||
Reference in New Issue
Block a user