summaryrefslogtreecommitdiff
path: root/ansible/qotom.yml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-12-10 07:39:20 +0200
committerLars Wirzenius <liw@liw.fi>2022-12-10 07:39:20 +0200
commitf1f76e5ec164e43955049b7b2fcdc82b32d4a62b (patch)
treeb22b515285d5b645bb0d37db28d3b2a4f9d81d14 /ansible/qotom.yml
parentd972225408db4ac1d67a04f9413134a04527cf6b (diff)
downloadansibleness-f1f76e5ec164e43955049b7b2fcdc82b32d4a62b.tar.gz
qotom: update SSH CA
Sponsored-by: author
Diffstat (limited to 'ansible/qotom.yml')
-rw-r--r--ansible/qotom.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/qotom.yml b/ansible/qotom.yml
index 8a1cb9f..a716fed 100644
--- a/ansible/qotom.yml
+++ b/ansible/qotom.yml
@@ -21,6 +21,6 @@
sshd_version: 1
sshd_host_key: "{{ lookup('pipe', 'sshca host private-key qotom') }}"
- sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v4 qotom') }}"
- sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v3') }}"
+ sshd_host_cert: "{{ lookup('pipe', 'sshca host certify liw.fi/ca/host/v5 qotom') }}"
+ sshd_user_ca_pub: "{{ lookup('pipe', 'sshca ca public-key liw.fi/ca/user/v5') }}"