sshca: Add genkey.sh script
This commit is contained in:
parent
e630255364
commit
5f38645fee
2 changed files with 36 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue