Benutzer-Werkzeuge

Webseiten-Werkzeuge


let_s_encrypt_mit_certbot_nginx

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
let_s_encrypt_mit_certbot_nginx [2018/10/24 20:41]
jochen angelegt
let_s_encrypt_mit_certbot_nginx [2022/04/25 20:28] (aktuell)
Zeile 140: Zeile 140:
 </code> </code>
  
 +Zusätzliches Zertifikat für Subdomain
 +<code>
 +[root@jmpserv nginx]# certbot --domains office.home.klotzbuecher.biz --nginx
 +Saving debug log to /var/log/letsencrypt/letsencrypt.log
 +Plugins selected: Authenticator nginx, Installer nginx
 +Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org
 +Obtaining a new certificate
 +Performing the following challenges:
 +http-01 challenge for office.home.klotzbuecher.biz
 +Waiting for verification...
 +Cleaning up challenges
 +Deploying Certificate to VirtualHost /etc/nginx/nginx.conf
 +
 +Please choose whether or not to redirect HTTP traffic to HTTPS, removing HTTP access.
 +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +1: No redirect - Make no further changes to the webserver configuration.
 +2: Redirect - Make all requests redirect to secure HTTPS access. Choose this for
 +new sites, or if you're confident your site works on HTTPS. You can undo this
 +change by editing your web server's configuration.
 +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +Select the appropriate number [1-2] then [enter] (press 'c' to cancel): 2
 +Redirecting all traffic on port 80 to ssl in /etc/nginx/nginx.conf
 +
 +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +Congratulations! You have successfully enabled
 +https://office.home.klotzbuecher.biz
 +
 +You should test your configuration at:
 +https://www.ssllabs.com/ssltest/analyze.html?d=office.home.klotzbuecher.biz
 +- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 +
 +IMPORTANT NOTES:
 + - Congratulations! Your certificate and chain have been saved at:
 +   /etc/letsencrypt/live/office.home.klotzbuecher.biz/fullchain.pem
 +   Your key file has been saved at:
 +   /etc/letsencrypt/live/office.home.klotzbuecher.biz/privkey.pem
 +   Your cert will expire on 2019-02-14. To obtain a new or tweaked
 +   version of this certificate in the future, simply run certbot again
 +   with the "certonly" option. To non-interactively renew *all* of
 +   your certificates, run "certbot renew"
 + - If you like Certbot, please consider supporting our work by:
 +
 +   Donating to ISRG / Let's Encrypt:   https://letsencrypt.org/donate
 +   Donating to EFF:                    https://eff.org/donate-le
 +</code>
let_s_encrypt_mit_certbot_nginx.1540406492.txt.gz · Zuletzt geändert: 2022/04/25 20:21 (Externe Bearbeitung)