Changes

Jump to navigation Jump to search
43 bytes added ,  18:37, 18 November 2016
no edit summary
Line 18: Line 18:  
  sudo certbot certonly --standalone -d mail.domain.com
 
  sudo certbot certonly --standalone -d mail.domain.com
 
   
 
   
Certificate files will be located as follows:
+
Certificate files will be located as follows (valid for 90days, TODO: Renewall cronjob):
 
  cert = /etc/letsencrypt/live/mail.domain.com/cert.pem
 
  cert = /etc/letsencrypt/live/mail.domain.com/cert.pem
 
  privkey = /etc/letsencrypt/live/mail.domain.com/privkey.pem
 
  privkey = /etc/letsencrypt/live/mail.domain.com/privkey.pem
 
  chain = /etc/letsencrypt/live/mail.domain.com/chain.pem
 
  chain = /etc/letsencrypt/live/mail.domain.com/chain.pem
 
  fullchain = /etc/letsencrypt/live/mail.domain.com/fullchain.pem
 
  fullchain = /etc/letsencrypt/live/mail.domain.com/fullchain.pem

Navigation menu