ssh-certs hosts.
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 0s

This commit is contained in:
hogweed1
2026-05-21 02:29:32 +10:00
parent dfb570505d
commit 89b039a36b

View File

@@ -30,7 +30,7 @@
step ssh certificate {{ inventory_hostname }} /tmp/ssh_host_certs/{{ inventory_hostname }}/ssh_host_ed25519_key.pub
--host --sign --provisioner "{{ step_host_provisioner }}"
--password-file "{{ step_provisioner_password_file }}"
--ca-url root-ca.guaranteedstruggle.host
--ca-url root-ca.guaranteedstruggle.host --root /usr/local/share/ca-certificates/pmc314_root-ca.crt
--principal "{{ inventory_hostname }}" --principal "{{ ansible_host }}"
--force