...
Using Multiple SSL Certificates in Apache with One IP Address
Securing the WordPress admin interface using (Free!) SSL certificates
Saját CA létesítése és tanúsítványok létrehozása
...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
# Export the client certificate to pkcs12 for import in the browser openssl pkcs12 -export -passout pass:qwerty -in certs/client.crt -inkey private/client.key -certfile certs/rootCA.crt -out certs/clientcert.p12 |
CSR létrehozása OpenSSL segítségével
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
openssl req -nodes -newkey rsa:2048 -keyout infotools.key -out infotools.csr |