Fork of FusionPBX but with LDAP kinda working
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
758 B

  1. # the domain we want to get the cert for;
  2. # technically it's possible to have multiple of this lines, but it only worked
  3. # with one domain for me, another one only got one cert, so I would recommend
  4. # separate config files per domain.
  5. domains = {domain_name}
  6. # increase key size
  7. rsa-key-size = 2048 # Or 4096
  8. # the current closed beta (as of 2015-Nov-07) is using this server
  9. server = https://acme-v01.api.letsencrypt.org/directory
  10. # this address will receive renewal reminders
  11. email = {email_address}
  12. # turn off the ncurses UI, we want this to be run as a cronjob
  13. text = True
  14. # authenticate by placing a file in the webroot (under .well-known/acme-challenge/)
  15. # and then letting LE fetch it
  16. authenticator = webroot
  17. webroot-path = /var/www/letsencrypt/