This commit is contained in:
Lars Hahn 2024-11-27 22:36:42 +01:00
parent f1579f17d3
commit e9a777948e

View File

@ -46,7 +46,7 @@
label: "{{ srvr }}" label: "{{ srvr }}"
- name: setup client certificates - name: setup client certificates
shell: shell:
cmd: | cmd: |
echo '{{ client }}' | ./easyrsa gen-req {{ client }} nopass echo '{{ client }}' | ./easyrsa gen-req {{ client }} nopass
echo 'yes' | ./easyrsa sign-req client {{ client }} echo 'yes' | ./easyrsa sign-req client {{ client }}