mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Docs: add link to Docker docs.
This commit is contained in:
parent
ca6b326371
commit
8292eab3f7
1 changed files with 6 additions and 3 deletions
|
|
@ -5,9 +5,9 @@ Using the Let's Encrypt client
|
|||
Quick start
|
||||
===========
|
||||
|
||||
Using docker you can quickly get yourself a testing cert. From the
|
||||
Using Docker_ you can quickly get yourself a testing cert. From the
|
||||
server that the domain your requesting a cert for resolves to,
|
||||
download docker, and issue the following command
|
||||
`install Docker`_, issue the following command:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
|
|
@ -16,9 +16,12 @@ download docker, and issue the following command
|
|||
-v "/var/lib/letsencrypt:/var/lib/letsencrypt" \
|
||||
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
|
||||
``/etc/letsencrypt/certs``.
|
||||
|
||||
.. _Docker: https://docker.com
|
||||
.. _`install Docker`: https://docs.docker.com/docker/userguide/
|
||||
|
||||
|
||||
Getting the code
|
||||
================
|
||||
|
|
|
|||
Loading…
Reference in a new issue