mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Updating docs for docker usage
This commit is contained in:
parent
147f198d7c
commit
55494fd9cf
1 changed files with 10 additions and 0 deletions
|
|
@ -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
|
||||
============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue