mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Change all "cerbot" references to "certbot" (#3770)
This commit is contained in:
parent
2b229d4b9d
commit
a7bfefc6d0
2 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ the webserver.
|
|||
Nginx
|
||||
-----
|
||||
|
||||
The Nginx plugin has been distributed with Cerbot since version 0.9.0 and should
|
||||
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
|
||||
configurations before using it (though you can also revert changes to
|
||||
configurations with ``certbot --nginx rollback``). You can use it by providing
|
||||
|
|
|
|||
|
|
@ -195,7 +195,7 @@ done
|
|||
# This signature is not quite as strong, but easier for people to verify out of band
|
||||
gpg -u "$RELEASE_GPG_KEY" --detach-sign --armor --sign letsencrypt-auto-source/letsencrypt-auto
|
||||
# We can't rename the openssl letsencrypt-auto.sig for compatibility reasons,
|
||||
# but we can use the right name for cerbot-auto.asc from day one
|
||||
# but we can use the right name for certbot-auto.asc from day one
|
||||
mv letsencrypt-auto-source/letsencrypt-auto.asc letsencrypt-auto-source/certbot-auto.asc
|
||||
|
||||
# copy leauto to the root, overwriting the previous release version
|
||||
|
|
|
|||
Loading…
Reference in a new issue