Bump lnd, add ca_cert to letsencrypt for haproxy

This commit is contained in:
Amarpreet Minhas 2022-11-01 16:02:29 -04:00
parent bb9a945a83
commit 6225653c56
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ nomad_version: 1.3.1
nomad_podman_driver_version: 0.3.0 nomad_podman_driver_version: 0.3.0
# lnd # lnd
lnd_version: 0.15.0-beta lnd_version: 0.15.4-beta
# lego # lego
lego_version: 4.7.0 lego_version: 4.7.0

View file

@ -1,4 +1,4 @@
--- ---
lego_email_address: amarpreet@minhas.io 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'] }}"
... ...