mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:32:13 +02:00
Use josepy instead of acme.jose. (#5203)
This commit is contained in:
committed by
Brad Warren
parent
8bc785ed46
commit
2abc94661a
+1
-1
@@ -18,10 +18,10 @@ import sys
|
||||
from cryptography.hazmat.backends import default_backend
|
||||
from cryptography.hazmat.primitives.asymmetric import rsa
|
||||
from cryptography.hazmat.primitives import serialization
|
||||
import josepy as jose
|
||||
|
||||
from acme import client as acme_client
|
||||
from acme import errors as acme_errors
|
||||
from acme import jose
|
||||
from acme import messages
|
||||
|
||||
DIRECTORY = os.getenv('DIRECTORY', 'http://localhost:4000/directory')
|
||||
|
||||
Reference in New Issue
Block a user