Initial commit

This commit is contained in:
Raphaël Hertzog
2016-06-21 12:33:55 +02:00
commit dcfdc638b9
14 changed files with 274 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
letsencrypt-sh:
# Recommended parameters
# List of domains that need a TLS certificate
domains:
- example.com www.example.com
- example.net
# Parameters of configuration file
config:
# Email contact to register to letsencrypt.org
contact-email: admin@example.com
# Optional parameters
renew-days: 30
keysize: 4096
ca: https://acme-v01.api.letsencrypt.org/directory
openssl-cnf: /usr/lib/ssl/openssl.cnf
# see letsencrypt-sh/files/config.sh for more
# Override formula parameters
lookup:
pkg: letsencrypt.sh
pkg_apache: letsencrypt.sh-apache2
cron_command: cronic letsencrypt.sh --cron
# see defaults.yaml for full list