paulbsd-salt/states/acme/pkic.sls
2021-07-11 17:37:42 +02:00

13 lines
387 B
YAML

# vim:syntax=yaml
{%- from "acme/map.jinja" import acme with context %}
---
pki-fetched:
pki.fetched:
- name: /etc/acme/pkic.py
- url: '{{ acme.provider.pki.url }}'
- username: '{{ acme.provider.pki.username }}'
- password: '{{ acme.provider.pki.password }}'
- domains: '{{ acme.domains }}'
- certfile: '{{ acme.certfile }}'
- keyfile: '{{ acme.keyfile }}'