paulbsd-salt/states/acme/pkic.sls

13 lines
387 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-01-24 20:04:03 +01:00
- name: /etc/acme/pkic.py
2021-07-11 17:37:42 +02:00
- url: '{{ acme.provider.pki.url }}'
- username: '{{ acme.provider.pki.username }}'
- password: '{{ acme.provider.pki.password }}'
- domains: '{{ acme.domains }}'
- certfile: '{{ acme.certfile }}'
- keyfile: '{{ acme.keyfile }}'