mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 16:14:44 +02:00
Upgrade pinned versions of certbot dependencies (josepy in particular) (#9027)
This PR upgrades the pinned version of the dependencies. Version `1.9.0` of josepy is used so errors related to JWK serialization with EC keys (see https://github.com/certbot/josepy/issues/109) are fixed for Certbot.
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ def setup_certificate(workspace):
|
||||
backend=default_backend()
|
||||
)
|
||||
subject = issuer = x509.Name([
|
||||
x509.NameAttribute(x509.NameOID.COMMON_NAME, u'nginx.wtf')
|
||||
x509.NameAttribute(x509.NameOID.COMMON_NAME, 'nginx.wtf')
|
||||
])
|
||||
certificate = x509.CertificateBuilder().subject_name(
|
||||
subject
|
||||
|
||||
Reference in New Issue
Block a user