summaryrefslogtreecommitdiff
path: root/ansible/solace.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-08-01 16:35:27 +0300
committerLars Wirzenius <liw@liw.fi>2023-08-01 16:35:49 +0300
commit2a848df6fce8b11653c37dc11414bf76981b283e (patch)
tree1ba092a01a1ea362c65e3b27cc13c85e77d12218 /ansible/solace.yml
parent68a191a10b629cb344cf7e5c7e828da76f21b0e6 (diff)
downloadansibleness-2a848df6fce8b11653c37dc11414bf76981b283e.tar.gz
fix: use --ca option for sshca host certify
Sponsored-by: author
Diffstat (limited to 'ansible/solace.yml')
-rw-r--r--ansible/solace.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible/solace.yml b/ansible/solace.yml
index cb97afb..6549a46 100644
--- a/ansible/solace.yml
+++ b/ansible/solace.yml
@@ -107,5 +107,5 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key solace') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 solace') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host --ca certify liw.fi/ca/host/v5 solace') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"