From 17a797e4dc776dec5bcb844340b391851ed2fced Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 1 Jul 2018 08:34:22 -0600 Subject: [PATCH] Create domain_name.conf --- .../resources/letsencrypt/domain_name.conf | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 freebsd/resources/letsencrypt/domain_name.conf diff --git a/freebsd/resources/letsencrypt/domain_name.conf b/freebsd/resources/letsencrypt/domain_name.conf new file mode 100644 index 0000000..a6705bf --- /dev/null +++ b/freebsd/resources/letsencrypt/domain_name.conf @@ -0,0 +1,22 @@ +# the domain we want to get the cert for; +# technically it's possible to have multiple of this lines, but it only worked +# with one domain for me, another one only got one cert, so I would recommend +# separate config files per domain. +domains = {domain_name} + +# increase key size +rsa-key-size = 2048 # Or 4096 + +# the current closed beta (as of 2015-Nov-07) is using this server +server = https://acme-v01.api.letsencrypt.org/directory + +# this address will receive renewal reminders +email = {email_address} + +# turn off the ncurses UI, we want this to be run as a cronjob +text = True + +# authenticate by placing a file in the webroot (under .well-known/acme-challenge/) +# and then letting LE fetch it +authenticator = webroot +webroot-path = /var/www/letsencrypt/