Apache and Certificate
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...
Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus
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...
Sidste kommentar