mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
Add usage
This commit is contained in:
parent
3c89b6838c
commit
0e068b4670
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
|||
This is the Let's Encrypt Agent DEVELOPER PREVIEW repository.
|
||||
|
||||
DO NOT RUN THIS CODE ON A PRODUCTION WEBSERVER. IT WILL INSTALL CERTIFICATES
|
||||
### DO NOT RUN THIS CODE ON A PRODUCTION WEBSERVER. IT WILL INSTALL CERTIFICATES
|
||||
SIGNED BY A TEST CA, AND WILL CAUSE CERT WARNINGS FOR USERS.
|
||||
|
||||
This code intended for testing, demonstration, and integration engineering
|
||||
with OSes and hosting platforms. Currently the code works with Linux and
|
||||
Apache, though we will be expanding it to other platforms.
|
||||
|
||||
# Running the demo on Debian
|
||||
## Running the demo on Debian
|
||||
|
||||
` sudo apt-get install python-pip python-crypto python-dev python-jsonschema python-augeas gcc python-m2crypto`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue