mirror of
https://github.com/certbot/certbot.git
synced 2026-08-06 13:32:04 +02:00
Updating docs for docker usage
This commit is contained in:
committed by
Ubuntu
parent
147f198d7c
commit
55494fd9cf
@@ -37,6 +37,16 @@ Mac OSX
|
|||||||
sudo brew install augeas swig
|
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
|
Installation
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user