On Wed, Jul 21, 1999, Rothert, Klaus wrote:

> certificate request generated with:
> openssl req -new -days 730 -config sslconfig.cnf -key server.key -out
> server.csr
> 
> Trying to change the encoding (as mentioned in
> http://www.modssl.org/docs/2.3/ssl_faq.html#ToC28)
> I get an error message:
> 
> unable to load certificate
> 117:error:0906D06C:PEM routines:PEM_read_bio:no start line:pem_lib.c:566:
> 
> What can I do to change the encoding?

The above command generates a CSR, not a cert, and you try to read and convert
it as a cert. You've to first generate a cert out of your CSR. Either by an
explicit openssl x509 command or at least by using the -x509 option of openssl
req.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to