mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
dump the wrapped cert
This commit is contained in:
parent
54b5991875
commit
461f2d4c6a
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ class BackwardsCompatibleClientV2Test(ClientTestBase):
|
|||
self.chain = [wrapped, wrapped]
|
||||
|
||||
self.cert_pem = OpenSSL.crypto.dump_certificate(
|
||||
OpenSSL.crypto.FILETYPE_PEM, messages_test.CERT)
|
||||
OpenSSL.crypto.FILETYPE_PEM, messages_test.CERT.wrapped)
|
||||
|
||||
single_chain = OpenSSL.crypto.dump_certificate(
|
||||
OpenSSL.crypto.FILETYPE_PEM, loaded)
|
||||
|
|
|
|||
Loading…
Reference in a new issue