sshca: Add genkey.sh script

This commit is contained in:
Timo Makinen 2024-12-16 23:10:14 +00:00
parent e630255364
commit 5f38645fee
2 changed files with 36 additions and 0 deletions

View file

@ -27,6 +27,14 @@
group: "{{ ansible_wheel }}"
follow: false
- name: Copy key generation script
ansible.builtin.copy:
dest: /srv/sshca/ca/genkey.sh
src: genkey.sh
mode: "0755"
owner: root
group: "{{ ansible_wheel }}"
- name: Copy signing script
ansible.builtin.copy:
dest: /srv/sshca/signcert.sh