Computer Linux Windows Apache and Certificate admin January 3, 2008 0Comment 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…