diff options
Diffstat (limited to 'rpkid/testpoke.py')
-rw-r--r-- | rpkid/testpoke.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/rpkid/testpoke.py b/rpkid/testpoke.py index d964b72c..b2908bd9 100644 --- a/rpkid/testpoke.py +++ b/rpkid/testpoke.py @@ -133,10 +133,4 @@ https_key = get_PEM("ssl-key", rpki.x509.RSA) https_cert = get_PEM("ssl-cert", rpki.x509.X509) https_certs = get_PEM_chain("ssl-cert-chain", https_cert) -ta = https_ta -https_ta = rpki.x509.X509_chain() -if ta is not None: - https_ta.append(ta) -del ta - dispatch[yaml_req["type"]]() |