mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:24:35 +02:00
Fix docker run command in using.rst
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@ server that the domain your requesting a cert for resolves to,
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
sudo docker auth -it --rm -p 443:443 --name letsencrypt \
|
||||
sudo docker run -it --rm -p 443:443 --name letsencrypt \
|
||||
-v "/etc/letsencrypt:/etc/letsencrypt" \
|
||||
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
|
||||
quay.io/letsencrypt/letsencrypt:latest auth
|
||||
|
||||
Reference in New Issue
Block a user