updated acme state

This commit is contained in:
Paul 2020-10-03 09:17:15 +02:00
parent 466eaeefb0
commit b0dcadf89b

View File

@ -34,7 +34,7 @@ acme-dh-params:
acme-certs: acme-certs:
cmd.run: cmd.run:
- name: /root/.acme.sh/acme.sh --issue {%- for dom in acme.domains %} -d '{{ dom }}' {% endfor -%} --dns dns_ovh --cert-file '' --key-file '{{ acme.keyfile }}' --fullchain-file '{{ acme.fullchainfile }}' -k {{ acme.keysize }} - name: /root/.acme.sh/acme.sh --debug --issue {%- for dom in acme.domains %} -d '{{ dom }}' {% endfor -%} --dns dns_ovh --cert-file '' --key-file '{{ acme.keyfile }}' --fullchain-file '{{ acme.fullchainfile }}' -k {{ acme.keysize }}
- env: - env:
- OVH_AK: '{{ acme.provider.api.application_key }}' - OVH_AK: '{{ acme.provider.api.application_key }}'
- OVH_AS: '{{ acme.provider.api.application_secret }}' - OVH_AS: '{{ acme.provider.api.application_secret }}'
@ -47,4 +47,4 @@ acme-certs:
- runas: root - runas: root
- cwd: /root - cwd: /root
- require: - require:
- cmd: acme-install - cmd: acme-install