Advertisement
Guest User

Untitled

a guest
Jan 21st, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. # This is an example of the kind of things you can do in a configuration file.
  2. # All flags used by the client can be configured here. Run Let's Encrypt with
  3. # "--help" to learn more about the available options.
  4.  
  5. # Use a 4096 bit RSA key instead of 2048
  6. rsa-key-size = 4096
  7.  
  8. # Uncomment and update to register with the specified e-mail address
  9. email = thomas@w4xzr.xyz
  10.  
  11. # Uncomment and update to generate certificates for the specified
  12. # domains.
  13. #domains = www.kyper.pw, www.txf.pw, w4xzr.xyz, s.exy.pw, exy.pw, chihiro.w4xzr.xyz, txf.pw, www.exy.pw, www.chihiro.xyz, kyper.pw, www.w4xzr.xyz, autodiscover.w4xzr.xyz, w4xzr.top, io.w4xzr.xyz, $
  14.  
  15. # Uncomment to use a text interface instead of ncurses
  16. text = True
  17.  
  18. # Uncomment to use the standalone authenticator on port 443
  19. # authenticator = standalone
  20. # standalone-supported-challenges = tls-sni-01
  21.  
  22. # Uncomment to use the webroot authenticator. Replace webroot-path with the
  23. # path to the public_html / webroot folder being served by your web server.
  24. # authenticator = webroot
  25. # webroot-path = /usr/share/nginx/html
  26. #key-path = /etc/letsencrypt/keys/0006_key-letsencrypt.pem
  27. csr = /etc/letsencrypt/csr/0010_csr-letsencrypt.der
  28. renew-by-default = True
  29. hsts = True
  30. redirect = True
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement