Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Using Multiple SSL Certificates in Apache with One IP Address

Cacert wiki

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
themeEclipse
languagebash
titleKliens tanúsítvány exportálása pkcs12 formátumba
linenumberstrue
# 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
themeEclipse
languagebash
titleCSR létrehozása
linenumberstrue
openssl req -nodes -newkey rsa:2048 -keyout infotools.key -out infotools.csr