fix(gitlab): remarks about runners and certificate

This commit is contained in:
Michele Cereda
2024-08-16 19:56:18 +02:00
parent 7c2f24966c
commit 157831f9d2
8 changed files with 52 additions and 9 deletions

View File

@@ -35,7 +35,7 @@
account_key_src: "{{ letsencrypt_privatekey_path }}"
account_email: "{{ acme_account_email }}"
csr: "{{ certificate_csr_path }}"
cert: "{{ certificate_path }}"
fullchain: "{{ certificate_path }}"
remaining_days: 29
terms_agreed: true
data: "{{ dns_challenge }}"

View File

@@ -45,7 +45,7 @@
account_key_src: "{{ letsencrypt_privatekey_path }}"
account_email: "{{ acme_account_email }}"
csr: "{{ certificate_csr_path }}"
cert: "{{ certificate_path }}"
fullchain: "{{ certificate_path }}"
terms_agreed: true
remaining_days: 29
register: dns_challenge