mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 00:35:03 +02:00
Edit certs -> certificates in user-facing text. (#8541)
* Edit certs -> certificates in user-facing text. To reduce confusion, we should consistently use the full term. * Edit certs->certificates in more user-facing text. * fix failing lint (line too long) * fix typo Co-authored-by: Jacob Hoffman-Andrews <github@hoffman-andrews.com> Co-authored-by: Alex Zorin <alex@zorin.id.au>
This commit is contained in:
co-authored by
Alex Zorin
parent
a7c3c0b90c
commit
18faf4f7ab
@@ -282,8 +282,8 @@ support for IIS, Icecast and Plesk.
|
||||
Installers and Authenticators will oftentimes be the same class/object
|
||||
(because for instance both tasks can be performed by a webserver like nginx)
|
||||
though this is not always the case (the standalone plugin is an authenticator
|
||||
that listens on port 80, but it cannot install certs; a postfix plugin would
|
||||
be an installer but not an authenticator).
|
||||
that listens on port 80, but it cannot install certificates; a postfix plugin
|
||||
would be an installer but not an authenticator).
|
||||
|
||||
Installers and Authenticators are kept separate because
|
||||
it should be possible to use the `~.StandaloneAuthenticator` (it sets
|
||||
|
||||
Reference in New Issue
Block a user