forked from certbot/certbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
s/Let's Encrypt/Certbot certbot-apache
- Loading branch information
Showing
7 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Apache plugin for Let's Encrypt client | ||
Apache plugin for Certbot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Let's Encrypt Apache plugin.""" | ||
"""Certbot Apache plugin.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
Let's Encrypt includes the very latest Augeas lenses in order to ship bug fixes | ||
Certbot includes the very latest Augeas lenses in order to ship bug fixes | ||
to Apache configuration handling bugs as quickly as possible |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Let's Encrypt Apache Tests""" | ||
"""Certbot Apache Tests""" |
2 changes: 1 addition & 1 deletion
2
...e/tests/testdata/debian_apache_2_4/default_vhost/apache2/sites-available/000-default.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,9 +31,9 @@ | |
setup( | ||
name='certbot-apache', | ||
version=version, | ||
description="Apache plugin for Let's Encrypt client", | ||
description="Apache plugin for Certbot", | ||
url='https://github.com/letsencrypt/letsencrypt', | ||
author="Let's Encrypt Project", | ||
author="Electronic Frontier Foundation", | ||
author_email='[email protected]', | ||
license='Apache License 2.0', | ||
classifiers=[ | ||
|