Marco Kammerer wrote: > Sam wrote > >> ... >> Then, take the resulting three .pem files, and concatenate them together. I >> do not recall offhand the correct order, but I believe it should be: your >> key, your pem, the intermediate pem. Take the resulting single file, and >> specify it as TLS_CERTFILE. >> > > the command does not work out > > openssl x509 -inform der -outform pem -in myserver.key -out myserver.pem > unable to load certificate > 6266:error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong > tag:tasn_dec.c:1296: > 6266:error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 > error:tasn_dec.c:380:Type=X509 >
Then the files are probably PEM format already. Just concatenate them. ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
