first commit
This commit is contained in:
commit
cfe7db8716
8 changed files with 370 additions and 0 deletions
26
defaults/main.yml
Normal file
26
defaults/main.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
# defaults file for acme.sh
|
||||
# netcup settings
|
||||
# netcup_user: ID
|
||||
# netcup_api_key: KEY
|
||||
# netcup_api_password: PASSWORD
|
||||
|
||||
# certificate settings
|
||||
# Add wildcards as san
|
||||
# tls_cert_path: /etc/ssl/acme
|
||||
# acmesh_email: hostmaster@example.com
|
||||
# acme_domains:
|
||||
# - domain: example.com
|
||||
# san:
|
||||
# - "*.example.com"
|
||||
# keylength: ec-384
|
||||
# reloadcmd: "sudo systemctl reload nginx.service"
|
||||
# dnssleep: 900
|
||||
# - domain: example.org
|
||||
# san:
|
||||
# - www.example.com
|
||||
# - host.example.com
|
||||
# keylength: 3072
|
||||
# staging: true
|
||||
# key_group: www-data
|
||||
# key_mode: "0640"
|
Loading…
Add table
Add a link
Reference in a new issue