mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 03:22:14 +02:00
Use josepy instead of acme.jose. (#5203)
This commit is contained in:
committed by
Brad Warren
parent
8bc785ed46
commit
2abc94661a
@@ -19,8 +19,9 @@ Note, that all annotated challenges act as a proxy objects::
|
||||
"""
|
||||
import logging
|
||||
|
||||
import josepy as jose
|
||||
|
||||
from acme import challenges
|
||||
from acme import jose
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
Reference in New Issue
Block a user