paulbsd-salt/states/acme/pkic.sls

12 lines
376 B
Plaintext
Raw Normal View History

2021-01-24 20:04:03 +01:00
# vim:syntax=yaml
{%- from "acme/map.jinja" import acme with context %}
2021-07-11 17:37:42 +02:00
---
pki-fetched:
pki.fetched:
2021-09-25 16:07:07 +02:00
- name: pki-fetched
2021-07-18 10:02:15 +02:00
- url: {{ acme.provider.pki.url }}
- username: {{ acme.provider.pki.username }}
- password: {{ acme.provider.pki.password }}
- domains: {{ acme.domains }}
2021-09-25 16:07:07 +02:00
- fullcertfile: {{ acme.fullcertfile }}
- keyfile: {{ acme.keyfile }}