1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-23 07:20:55 +03:00

Updating docs for docker usage

This commit is contained in:
William Budington
2015-03-21 02:43:15 +00:00
committed by Ubuntu
parent 147f198d7c
commit 55494fd9cf

View File

@@ -37,6 +37,16 @@ Mac OSX
sudo brew install augeas swig
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 1.5, and issue the following command:
::
docker run -it --rm -p 443:443 -v $PWD/certs/:/etc/letsencrypt/certs/ letsencrypt/lets-encrypt-preview
And follow the instructions. Your new cert will be available in `certs/`
Installation
============