修复bug

This commit is contained in:
wzj 2025-06-14 10:18:15 +08:00
parent 47b3cbe407
commit ff088e83c2

1
app.py
View File

@ -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: