s/Let's Encrypt/Certbot certbot-nginx

This commit is contained in:
Brad Warren
2016-04-13 16:49:30 -07:00
parent a43fac3277
commit 3d248d8a60
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
Nginx plugin for Let's Encrypt client
Nginx plugin for Certbot
+1 -1
View File
@@ -1 +1 @@
"""Let's Encrypt nginx plugin."""
"""Certbot nginx plugin."""
+1 -1
View File
@@ -14,5 +14,5 @@ MOD_SSL_CONF_DEST = "options-ssl-nginx.conf"
MOD_SSL_CONF_SRC = pkg_resources.resource_filename(
"certbot_nginx", "options-ssl-nginx.conf")
"""Path to the nginx mod_ssl config file found in the Let's Encrypt
"""Path to the nginx mod_ssl config file found in the Certbot
distribution."""
@@ -1 +1 @@
"""Let's Encrypt Nginx Tests"""
"""Certbot Nginx Tests"""
+2 -2
View File
@@ -31,9 +31,9 @@ docs_extras = [
setup(
name='certbot-nginx',
version=version,
description="Nginx plugin for Let's Encrypt client",
description="Nginx plugin for Certbot",
url='https://github.com/letsencrypt/letsencrypt',
author="Let's Encrypt Project",
author="Electronic Frontier Foundation",
author_email='client-dev@letsencrypt.org',
license='Apache License 2.0',
classifiers=[