Remove "alpha" and "beta" qualifiers from docs. (#4808)

This commit is contained in:
Jacob Hoffman-Andrews 2017-06-09 08:35:04 -07:00 committed by Brad Warren
parent d570bf5f2d
commit 76ecb7035f
3 changed files with 6 additions and 6 deletions

View file

@ -132,8 +132,8 @@ Current Features
* Supports multiple web servers:
- apache/2.x (beta support for auto-configuration)
- nginx/0.8.48+ (alpha support for auto-configuration, beta support in 0.14.0)
- apache/2.x
- nginx/0.8.48+
- webroot (adds files to webroot directories in order to prove control of
domains and obtain certs)
- standalone (runs its own simple webserver to prove you control a domain)

View file

@ -405,7 +405,7 @@ plugins:
using Route53 for DNS). (default: False)
apache:
Apache Web Server plugin - Beta
Apache Web Server plugin
--apache-enmod APACHE_ENMOD
Path to the Apache 'a2enmod' binary. (default:
@ -544,7 +544,7 @@ manual:
Automatically allows public IP logging (default: Ask)
nginx:
Nginx Web Server plugin - Alpha
Nginx Web Server plugin
--nginx-server-root NGINX_SERVER_ROOT
Nginx server root directory. (default: /etc/nginx)

View file

@ -49,7 +49,7 @@ apache_ Y Y | Automates obtaining and installing a certificate with Ap
webroot_ Y N | Obtains a certificate by writing to the webroot directory of http-01_ (80)
| an already running webserver.
nginx_ Y Y | Automates obtaining and installing a certificate with Nginx. tls-sni-01_ (443)
| Alpha release shipped with Certbot 0.9.0.
| Shipped with Certbot 0.9.0.
standalone_ Y N | Uses a "standalone" webserver to obtain a certificate. http-01_ (80) or
| Requires port 80 or 443 to be available. This is useful on tls-sni-01_ (443)
| systems with no webserver, or when direct integration with
@ -132,7 +132,7 @@ Nginx
-----
The Nginx plugin has been distributed with Certbot since version 0.9.0 and should
work for most configurations. Because it is alpha code, we recommend backing up Nginx
work for most configurations. We recommend backing up Nginx
configurations before using it (though you can also revert changes to
configurations with ``certbot --nginx rollback``). You can use it by providing
the ``--nginx`` flag on the commandline.