mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
fix(gitlab): remarks about runners and certificate
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user