Steven Kurylo wrote:
> I have a server.key and server.crt which are working just fine.
>
> How do I convert them into a single server.pem file? Is it just the
> key and crt files cat'ed together? I can't find a definite answer on
> this.
>
Yes. Or, as my own personal docs state:
#: cat server.pem.howto
/etc/apache/ssl.crt/server.crt
+
/etc/apache/ssl.key/server.key
so cat the two > server.pem, and you're ready to go (assuming you didn't
make an encrypted cert file that needs to be decrypted before use).
Order of crt/key does not matter.
Received on Wed Jun 27 02:01:17 2007
This archive was generated by hypermail 2.1.8 : Wed Jun 27 2007 - 02:01:20 CST