mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:29:55 +02:00
s/Let's Encrypt/Certbot certbot-nginx
This commit is contained in:
@@ -1 +1 @@
|
||||
Nginx plugin for Let's Encrypt client
|
||||
Nginx plugin for Certbot
|
||||
|
||||
@@ -1 +1 @@
|
||||
"""Let's Encrypt nginx plugin."""
|
||||
"""Certbot nginx plugin."""
|
||||
|
||||
@@ -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"""
|
||||
|
||||
@@ -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=[
|
||||
|
||||
Reference in New Issue
Block a user