mirror of
https://github.com/certbot/certbot.git
synced 2026-08-04 08:03:44 +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 \
|
sudo docker run -it --rm -p 443:443 -p 80:80 --name certbot \
|
||||||
-v "/etc/letsencrypt:/etc/letsencrypt" \
|
-v "/etc/letsencrypt:/etc/letsencrypt" \
|
||||||
-v "/var/lib/letsencrypt:/var/lib/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
|
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
|
``/etc/letsencrypt/live`` on your system. Because Certonly cannot install the certificate from
|
||||||
|
|||||||
Reference in New Issue
Block a user