pyCA - FAQFrequently Asked Questions |
You have to issue the cert manually by invoking "openssl ca" command.
Cert request created with Netscape or Opera:
openssl ca -name [name of CA section] -spkac [pathname of CSR.spkac]
Cert request created with M$ IE:
openssl ca -name [name of CA section] -in [pathname of CSR.pem]
This creates the certificate and stores it into newcerts/ as file [serial].pem. Call ca-cycle-pub.py afterwards and receive e-mail...