summaryrefslogtreecommitdiff
path: root/ansible/solace.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-08-06 07:44:43 +0300
committerLars Wirzenius <liw@liw.fi>2023-08-06 07:44:43 +0300
commitc702dc6289f949ef170180dac364e948714e8eba (patch)
tree4573a82db5eba9fa5139200ae41fa75344a4c5af /ansible/solace.yml
parent2a848df6fce8b11653c37dc11414bf76981b283e (diff)
downloadansibleness-c702dc6289f949ef170180dac364e948714e8eba.tar.gz
fix(solace.yml): use of sshca to generate a host certificate
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 6549a46..b708049 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 --ca certify liw.fi/ca/host/v5 solace') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify --ca liw.fi/ca/host/v5 solace') }}"
sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"