Skip to content

Commit

Permalink
docs: add example pillar file
Browse files Browse the repository at this point in the history
  • Loading branch information
genaumann committed Jan 20, 2024
1 parent c454c40 commit 3778f49
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
acme_sh:
root:
email: user@example.com
ugrade: False # auto upgrade acme_sh - default
force: False # force reinstallation of acme_sh - default
certs:
example.com:
acme_mode: standalone
aliases:
- hello.example.com
keysize: 4096
http_port: 80 # default
second.example.com:
acme_mode: webroot
webroot: /var/www/second.example.com # user need write access
keysize: ec-256
server: zerossl # see https://github.com/acmesh-official/acme.sh/wiki/Server
valid_to: 2024-08-09T09:08:09Z" # see https://github.com/acmesh-official/acme.sh/wiki/Validity
third.example:.com:
acme_mode: dns
dns_plugin: dns_azure # see https://github.com/acmesh-official/acme.sh/wiki/dnsapi
dns_credentials:
AZUREDNS_SUBSCRIPTIONID: xxx
AZUREDNS_TENANTID: xxx
AZUREDNS_APPID: xxx
AZUREDNS_CLIENTSECRET: xxx
fourth.example.com:
acme_mode: standalone-tls-apln
keysize: ec-521
server: letsencript_test
http_port: 443
cert_path: /etc/ssl/acme_sh # default in users home

0 comments on commit 3778f49

Please sign in to comment.