Hi Viktor, Thank you so much for your response.
Do I need to request for a specific certificate that will is base64? Thanks, Liz -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Viktor Dukhovni Sent: Monday, September 08, 2014 5:42 AM To: [email protected] Subject: Re: cannot read PEM key file - no start line On Sun, Sep 07, 2014 at 07:26:05PM -0700, Liz Fall wrote: > I have checked and verified that there is no whitespace. Also, the > BEGIN and END statements look correct. However, each line in the cert > is 76 chars in length, except for the last line. Should the lines be > 64-characters long? Yes. The OpenSSL base64 decoder limits input lines to 64 characters. -- Viktor. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected] --- This email is free from viruses and malware because avast! Antivirus protection is active. http://www.avast.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
