mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
add allow subset
This commit is contained in:
+7
-1
@@ -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.
|
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
|
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
|
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
|
certificate that contains all of the old domains and one or more additional
|
||||||
new domains.
|
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
|
Whenever you obtain a new certificate in any of these ways, the new
|
||||||
certificate exists alongside any previously-obtained certificates, whether
|
certificate exists alongside any previously-obtained certificates, whether
|
||||||
or not the previous certificates have expired. The generation of a new
|
or not the previous certificates have expired. The generation of a new
|
||||||
|
|||||||
Reference in New Issue
Block a user