diff --git a/app.py b/app.py index 27fff5a..83726d1 100644 --- a/app.py +++ b/app.py @@ -456,7 +456,6 @@ def generate_crl(ca_id): return False - def export_pkcs12(cert_id, password): cert = get_certificate_by_id(cert_id) if not cert: