From 55494fd9cfa5ea347ca3468a533160a7e1ee8ca4 Mon Sep 17 00:00:00 2001 From: William Budington Date: Sat, 21 Mar 2015 02:43:15 +0000 Subject: [PATCH] Updating docs for docker usage --- docs/using.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/using.rst b/docs/using.rst index 9b09833e4..5f49f844e 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -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 ============