mirror of
https://github.com/certbot/certbot.git
synced 2026-07-31 18:34:41 +02:00
Release 1.11.0
This commit is contained in:
@@ -3,7 +3,7 @@ import warnings
|
||||
import sys
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '1.11.0.dev0'
|
||||
__version__ = '1.11.0'
|
||||
|
||||
if sys.version_info[0] == 2:
|
||||
warnings.warn(
|
||||
|
||||
@@ -118,7 +118,7 @@ optional arguments:
|
||||
case, and to know when to deprecate support for past
|
||||
Python versions and flags. If you wish to hide this
|
||||
information from the Let's Encrypt server, set this to
|
||||
"". (default: CertbotACMEClient/1.10.1
|
||||
"". (default: CertbotACMEClient/1.11.0
|
||||
(certbot(-auto); OS_NAME OS_VERSION) Authenticator/XXX
|
||||
Installer/YYY (SUBCOMMAND; flags: FLAGS)
|
||||
Py/major.minor.patchlevel). The flags encoded in the
|
||||
@@ -539,8 +539,8 @@ dns-cloudxns:
|
||||
CloudXNS credentials INI file. (default: None)
|
||||
|
||||
dns-digitalocean:
|
||||
Obtain certs using a DNS TXT record (if you are using DigitalOcean for
|
||||
DNS).
|
||||
Obtain certificates using a DNS TXT record (if you are using DigitalOcean
|
||||
for DNS).
|
||||
|
||||
--dns-digitalocean-propagation-seconds DNS_DIGITALOCEAN_PROPAGATION_SECONDS
|
||||
The number of seconds to wait for DNS to propagate
|
||||
@@ -601,7 +601,8 @@ dns-google:
|
||||
therequired permissions.) (default: None)
|
||||
|
||||
dns-linode:
|
||||
Obtain certs using a DNS TXT record (if you are using Linode for DNS).
|
||||
Obtain certificates using a DNS TXT record (if you are using Linode for
|
||||
DNS).
|
||||
|
||||
--dns-linode-propagation-seconds DNS_LINODE_PROPAGATION_SECONDS
|
||||
The number of seconds to wait for DNS to propagate
|
||||
|
||||
Reference in New Issue
Block a user