atzekraut

Untitled

Oct 18th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. <IfModule mod_ssl.c>
  3. <VirtualHost *:443>
  4. ServerName le-courier.express
  5. ServerAlias www.le-courier.express
  6. DocumentRoot "/var/www/le-courier.express"
  7. SSLCertificateFile /etc/letsencrypt/live/www.le-courier.express/cert.pem
  8. SSLCertificateKeyFile /etc/letsencrypt/live/www.le-courier.express/privkey.pem
  9. Include /etc/letsencrypt/options-ssl-apache.conf
  10. SSLCertificateChainFile /etc/letsencrypt/live/www.le-courier.express/chain.pem
  11. </VirtualHost>
  12. </IfModule>
Add Comment
Please, Sign In to add comment