docker: use quay.io, move quick start section to the top

This commit is contained in:
Jakub Warmuz 2015-05-06 09:33:56 +00:00
parent b6b86e44ce
commit 9a0073fff5
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -2,6 +2,24 @@
Using the Let's Encrypt client
==============================
Quick start
===========
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
.. code-block:: shell
sudo docker run -it --rm -p 443:443 --name letsencrypt \
-v "/etc/letsenecrypt:/etc/letsencrypt" \
-v "/var/lib/letsenecrypt:/var/lib/letsencrypt" \
quay.io/letsencrypt/lets-encrypt-preview:latest
And follow the instructions. Your new cert will be available in
``/etc/letsencrypt/certs``.
Prerequisites
=============
@ -47,23 +65,6 @@ Mac OSX
sudo ./bootstrap/mac.sh
Quick Usage
===========
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
.. code-block:: shell
sudo docker run -it --rm -p 443:443 \
-v "/etc/letsenecrypt:/etc/letsencrypt" \
-v "/var/lib/letsenecrypt:/var/lib/letsencrypt" \
letsencrypt/lets-encrypt-preview
And follow the instructions. Your new cert will be available in
``/etc/letsencrypt/certs``.
Installation
============