mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:42:02 +02:00
* update instances of acme-staging url to acme-staging-v02
* keep example client as v1
* keep deactivate script as v1
(cherry picked from commit 5ecb68f2ed)
This commit is contained in:
@@ -107,7 +107,7 @@ CLI_DEFAULTS = dict(
|
|||||||
dns_route53=False
|
dns_route53=False
|
||||||
|
|
||||||
)
|
)
|
||||||
STAGING_URI = "https://acme-staging.api.letsencrypt.org/directory"
|
STAGING_URI = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
|
|
||||||
# The set of reasons for revoking a certificate is defined in RFC 5280 in
|
# The set of reasons for revoking a certificate is defined in RFC 5280 in
|
||||||
# section 5.3.1. The reasons that users are allowed to submit are restricted to
|
# section 5.3.1. The reasons that users are allowed to submit are restricted to
|
||||||
|
|||||||
@@ -726,7 +726,7 @@ class RenewableCertTests(BaseRenewableCertTest):
|
|||||||
self.test_rc.configuration["renewalparams"] = {}
|
self.test_rc.configuration["renewalparams"] = {}
|
||||||
rp = self.test_rc.configuration["renewalparams"]
|
rp = self.test_rc.configuration["renewalparams"]
|
||||||
self.assertEqual(self.test_rc.is_test_cert, False)
|
self.assertEqual(self.test_rc.is_test_cert, False)
|
||||||
rp["server"] = "https://acme-staging.api.letsencrypt.org/directory"
|
rp["server"] = "https://acme-staging-v02.api.letsencrypt.org/directory"
|
||||||
self.assertEqual(self.test_rc.is_test_cert, True)
|
self.assertEqual(self.test_rc.is_test_cert, True)
|
||||||
rp["server"] = "https://staging.someotherca.com/directory"
|
rp["server"] = "https://staging.someotherca.com/directory"
|
||||||
self.assertEqual(self.test_rc.is_test_cert, True)
|
self.assertEqual(self.test_rc.is_test_cert, True)
|
||||||
|
|||||||
+1
-1
@@ -61,7 +61,7 @@ chain_path = /home/ubuntu/letsencrypt/chain.pem
|
|||||||
break_my_certs = False
|
break_my_certs = False
|
||||||
standalone = True
|
standalone = True
|
||||||
manual = False
|
manual = False
|
||||||
server = https://acme-staging.api.letsencrypt.org/directory
|
server = https://acme-staging-v02.api.letsencrypt.org/directory
|
||||||
standalone_supported_challenges = "tls-sni-01,http-01"
|
standalone_supported_challenges = "tls-sni-01,http-01"
|
||||||
webroot = False
|
webroot = False
|
||||||
os_packages_only = False
|
os_packages_only = False
|
||||||
|
|||||||
@@ -43,7 +43,7 @@ each shell where you're working:
|
|||||||
.. code-block:: shell
|
.. code-block:: shell
|
||||||
|
|
||||||
source ./venv/bin/activate
|
source ./venv/bin/activate
|
||||||
export SERVER=https://acme-staging.api.letsencrypt.org/directory
|
export SERVER=https://acme-staging-v02.api.letsencrypt.org/directory
|
||||||
source tests/integration/_common.sh
|
source tests/integration/_common.sh
|
||||||
|
|
||||||
After that, your shell will be using the virtual environment, your copy of
|
After that, your shell will be using the virtual environment, your copy of
|
||||||
@@ -443,10 +443,10 @@ For squeeze you will need to:
|
|||||||
FreeBSD
|
FreeBSD
|
||||||
-------
|
-------
|
||||||
|
|
||||||
Packages can be installed on FreeBSD using ``pkg``,
|
Packages can be installed on FreeBSD using ``pkg``,
|
||||||
or any other port-management tool (``portupgrade``, ``portmanager``, etc.)
|
or any other port-management tool (``portupgrade``, ``portmanager``, etc.)
|
||||||
from the pre-built package or can be built and installed from ports.
|
from the pre-built package or can be built and installed from ports.
|
||||||
Either way will ensure proper installation of all the dependencies required
|
Either way will ensure proper installation of all the dependencies required
|
||||||
for the package.
|
for the package.
|
||||||
|
|
||||||
FreeBSD by default uses ``tcsh``. In order to activate virtualenv (see
|
FreeBSD by default uses ``tcsh``. In order to activate virtualenv (see
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Always use the staging/testing server - avoids rate limiting
|
# Always use the staging/testing server - avoids rate limiting
|
||||||
server = https://acme-staging.api.letsencrypt.org/directory
|
server = https://acme-staging-v02.api.letsencrypt.org/directory
|
||||||
|
|
||||||
# This is an example configuration file for developers
|
# This is an example configuration file for developers
|
||||||
config-dir = /tmp/le/conf
|
config-dir = /tmp/le/conf
|
||||||
|
|||||||
Reference in New Issue
Block a user