paulbsd-salt/states/acme/pkic.sls
2021-09-25 16:07:07 +02:00

12 lines
376 B
YAML

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