mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
restified example: NEW_REG_URL only
This commit is contained in:
parent
227d947d4c
commit
b24487a14b
1 changed files with 1 additions and 5 deletions
|
|
@ -11,11 +11,7 @@ from letsencrypt.client import network2
|
|||
logger = logging.getLogger()
|
||||
logger.setLevel(logging.DEBUG)
|
||||
|
||||
URL_ROOT = 'https://www.letsencrypt-demo.org'
|
||||
NEW_REG_URL = URL_ROOT + '/acme/new-reg'
|
||||
NEW_AUTHZ_URL = URL_ROOT + '/acme/new-authz'
|
||||
#NEW_CERT_URL = URL_ROOT + '/acme/new-certz'
|
||||
|
||||
NEW_REG_URL = 'https://www.letsencrypt-demo.org/acme/new-reg'
|
||||
|
||||
key = jose.JWKRSA.load(pkg_resources.resource_string(
|
||||
'letsencrypt.acme.jose', os.path.join('testdata', 'rsa512_key.pem')))
|
||||
|
|
|
|||
Loading…
Reference in a new issue