User Tools

Site Tools


letsencrypt_installieren_und_zertifikate_zufuegen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
letsencrypt_installieren_und_zertifikate_zufuegen [2023/12/14 10:10] adminletsencrypt_installieren_und_zertifikate_zufuegen [2023/12/14 10:16] (current) admin
Line 4: Line 4:
  
 <code>apt install nginx certbot python3-certbot-nginx</code> <code>apt install nginx certbot python3-certbot-nginx</code>
 +
 +Jetzt ist es natürlich wichtig, dass mail.domain.tld sowohl als A als auch als AAAA Record schon im DNS eingetragen sind. Die weiteren Domains die man haben will (smtp., imap., etc....) lege ich meistens dann als CNAME auf mail.domain.tld  an. 
 +
 +Dann beziehen wir die Zertifikate wie folgt:
 +
 +<code>certbot certonly --nginx -d mail.domain.tld -d smtp.domain.tld -d imap.domain.tld</code>
 +
 +Jetzt sollte schon alles erledigt sein, inkl. automatischem Renew der Zertifikate. 
 +
  
  
  
  
letsencrypt_installieren_und_zertifikate_zufuegen.1702548656.txt.gz · Last modified: 2023/12/14 10:10 by admin

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki