Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
Citrix Certified

Archive for January 3rd, 2008

Apache and Certificate

Thursday, January 3rd, 2008 Posted in Computer, Linux, Windows | No Comments »

If you want a sign certificat to use with apache, you need to do this: openssl genrsa -des3 -out server.key 1024 openssl req -new -key server.key -out server.csr openssl rsa -in server.key -out server.key.insecure mv server.key server.key.secure mv server.key.insecure server.key Mail the server.csr file to certificat ...