From: Remy C. C. <dev...@sm...> - 2004-03-09 19:06:29
|
Hello, Two short questions: According to the doc string in createCertRequest (certgen.py) it must be possible to enter SP and email arguments, but both fail in my test code. I used mk_simple_certs.py as a base changing the line: careq = createCertRequest(cakey, CN='Certificate Authority') into careq = createCertRequest(cakey, CN='Certificate Authority', SP='State', email='me...@he...') Any solutions? And I would like to know if it's possible to create a (CA) certificate with a passphrase/password using pyOpenSSL? Remy |