mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Nginx docs in README (#3606)
* Update plugins docs in README - nginx is now part of certbot-auto - apache is now cross-platform * Alpha / beta * RST, not markdown
This commit is contained in:
parent
3615b9030c
commit
7f172859f5
1 changed files with 4 additions and 3 deletions
|
|
@ -152,11 +152,12 @@ Current Features
|
|||
|
||||
* Supports multiple web servers:
|
||||
|
||||
- apache/2.x (working on Debian 8+ and Ubuntu 12.04+)
|
||||
- standalone (runs its own simple webserver to prove you control a domain)
|
||||
- apache/2.x (beta support for auto-configuration)
|
||||
- nginx/0.8.48+ (alpha support for auto-configuration)
|
||||
- webroot (adds files to webroot directories in order to prove control of
|
||||
domains and obtain certs)
|
||||
- nginx/0.8.48+ (highly experimental, not included in certbot-auto)
|
||||
- standalone (runs its own simple webserver to prove you control a domain)
|
||||
- other server software via `third party plugins <https://certbot.eff.org/docs/using.html#third-party-plugins>`_
|
||||
|
||||
* The private key is generated locally on your system.
|
||||
* Can talk to the Let's Encrypt CA or optionally to other ACME
|
||||
|
|
|
|||
Loading…
Reference in a new issue