I'm trying to set up an Apache server running mod_ssl on a Solaris 8 box. I have tried to use the CA.pl script included with openssl to create a signed certificate for mod_ssl. I'm following the docs for CA.pl directly from the OpenSSL site. It says to run the following four commands:
CA.pl -newca CA.pl -newreq CA.pl -signreq CA.pl -pkcs12 "My Test Certificate" The first three appear to work fine, but the fourth gives the following error: Error loading certificates from input 18174:error:0906D06C:PEM routines:PEM_read_bio:no start line: pem_lib.c:663:Expecting: CERTIFICATE I'm running 0.9.6g, and I get the same error with precompiled bianaries from sunfreeware.com and with a locally compiled version. Any suggestions? -- Mike Alberghini Georgia State University Software System Engineer Associate [EMAIL PROTECTED] ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
