mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
Fix typos
This commit is contained in:
+2
-2
@@ -3,5 +3,5 @@ letsencrypt:
|
|||||||
ports:
|
ports:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/letsencrypt:/etc/letsencrypt/certs
|
- /etc/letsencrypt:/etc/letsencrypt
|
||||||
- /var/lib/letsenecrypt:/var/lib/letsenecrypt
|
- /var/lib/letsencrypt:/var/lib/letsencrypt
|
||||||
|
|||||||
+2
-2
@@ -12,8 +12,8 @@ download docker, and issue the following command
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
sudo docker run -it --rm -p 443:443 --name letsencrypt \
|
sudo docker run -it --rm -p 443:443 --name letsencrypt \
|
||||||
-v "/etc/letsenecrypt:/etc/letsencrypt" \
|
-v "/etc/letsencrypt:/etc/letsencrypt" \
|
||||||
-v "/var/lib/letsenecrypt:/var/lib/letsencrypt" \
|
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
|
||||||
quay.io/letsencrypt/lets-encrypt-preview:latest
|
quay.io/letsencrypt/lets-encrypt-preview:latest
|
||||||
|
|
||||||
And follow the instructions. Your new cert will be available in
|
And follow the instructions. Your new cert will be available in
|
||||||
|
|||||||
Reference in New Issue
Block a user