Versions Compared

Key

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

...

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
openssl req -nodes -newkey rsa:2048 -keyout infotools.key -out infotools.csr