Guest User

Untitled

a guest
Nov 20th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. server {
  2. listen 443 ssl;
  3.  
  4. server_name myweb.io www.myweb.io;
  5.  
  6. ssl_certificate /etc/letsencrypt/live/myweb.io/fullchain.pem;
  7. ssl_certificate_key /etc/letsencrypt/live/myweb.io/privkey.pem;
  8.  
  9. ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
  10. ssl_prefer_server_ciphers on;
  11. ssl_dhparam /etc/ssl/certs/dhparam.pem;
  12. ssl_ciphers 'ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:... ...
Add Comment
Please, Sign In to add comment