mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
add allow subset
This commit is contained in:
parent
0c0603b9ea
commit
44cf40472e
1 changed files with 7 additions and 1 deletions
|
|
@ -262,7 +262,8 @@ Plugins that can install a cert are called "installers" and can be used with the
|
|||
serve your website over HTTPS using certificates obtained by certbot.
|
||||
|
||||
Plugins that do both can be used with the "certbot run" command, which is the default
|
||||
when no command is specified.
|
||||
when no command is specified. The "run" subcommand can also be used to specify
|
||||
a combination of distinct authenticator and installer plugins.
|
||||
|
||||
=========== ==== ==== ===============================================================
|
||||
Plugin Auth Inst Notes
|
||||
|
|
@ -438,6 +439,11 @@ do not want this behavior.
|
|||
certificate that contains all of the old domains and one or more additional
|
||||
new domains.
|
||||
|
||||
``--allow-subset-of-names`` tells Certbot to continue with cert generation if
|
||||
only some of the specified domain authorazations can be obtained. This may
|
||||
be useful if some domains specified in a certificate no longer point at this
|
||||
system.
|
||||
|
||||
Whenever you obtain a new certificate in any of these ways, the new
|
||||
certificate exists alongside any previously-obtained certificates, whether
|
||||
or not the previous certificates have expired. The generation of a new
|
||||
|
|
|
|||
Loading…
Reference in a new issue