Bump lnd, add ca_cert to letsencrypt for haproxy
This commit is contained in:
parent
bb9a945a83
commit
6225653c56
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ nomad_version: 1.3.1
|
|||
nomad_podman_driver_version: 0.3.0
|
||||
|
||||
# lnd
|
||||
lnd_version: 0.15.0-beta
|
||||
lnd_version: 0.15.4-beta
|
||||
|
||||
# lego
|
||||
lego_version: 4.7.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
lego_email_address: amarpreet@minhas.io
|
||||
letsencrypt_account_id: "{{ lookup('hashi_vault', 'secret=kv/data/acme:data')['account_id'] }}"
|
||||
letsencrypt_account_id: "{{ lookup('hashi_vault', 'secret=kv/data/acme:data ca_cert=/etc/pki/certs/MaskedName_Root_CA.crt')['account_id'] }}"
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue