You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2003/07/27 19:22:11 UTC

DO NOT REPLY [Bug 21912] - Apache SSL certificate problem

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21912>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21912

Apache SSL certificate problem

erik@codefaktor.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From erik@codefaktor.de  2003-07-27 17:22 -------
You're right, the described method should work and produce a valid CSR, but all in all this is not 
an Apache problem. I'm marking this bug as invalid now and I'd suggest you try to contact Thawte 
or openssl.org and describe your problem there. Perhaps the extensions in your openssl.cnf/
ca.config are somewhat busted, but a CSR should definitely be self-signed (regardless of the 
format (DER or PEM format)).

BTW, you can try the following line, but it's just a short form of step 1) & 2):
openssl req -config CONFFILE -newkey rsa:2048 -keyout cert.key.pem -out cert.csr.pem

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org