Mrz 24
CSR Zertifikat erstellen (für https Seiten)
Befehl für Shell/Batch:
cd /etc/apache2 mkdir ssl cd ssl |
Befehl für Shell/Batch:
openssl req -new -nodes -keyout www_DEINE_DOMAIN_de.key -out www_DEINE_DOMAIN_de.csr -newkey rsa:2048 |
Das ganze sieht wie folgt aus. Bei der Abfrage von [Common Name] müßen Sie die Domain Adresse eingeben, die Sie mit https einrichten wollen. Bei der Frage eines Passwortes => das leer lassen (einfach Enter drücken)
Befehl für Shell/Batch:
openssl req -new -nodes -keyout www_webspace-for-you_de.key -out www_webspace-for-you_de.csr -newkey rsa:2048 |
Zitat:
Generating a 2048 bit RSA private key ………………………………………………………………………….+++ ………………………………….+++ writing new private key to ‚www_webspace-for-you_de.key‘ —– You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter ‚.‘, the field will be left blank. —– Country Name (2 letter code) [AU]:DE State or Province Name (full name) [Some-State]:Brandenburg Locality Name (eg, city) []:Lübben Organization Name (eg, company) [Internet Widgits Pty Ltd]:webspace-for-you Team Organizational Unit Name (eg, section) []:webspace-for-you Team Common Name (eg, YOUR name) []:webspace-for-you.de Email Address []:info@DEINE_EMAIL_ADDY.de Please enter the following ‚extra‘ attributes |
Statistik: 4.135 Zugriffe auf [CSR Zertifikat erstellen (für https Seiten)]