Fix a typo.
This commit is contained in:
parent
3c259e30b8
commit
85698b8878
|
@ -16,7 +16,7 @@
|
|||
CAROOT: /srv/mkcert-ca/.local/share/mkcert
|
||||
delegate_to: "{{ mkcert_ca_host }}"
|
||||
|
||||
- name: certificate_from_private_ca | Create the certificate (delegate to the CA vm)
|
||||
- name: certificate_from_private_ca | Create a certificate able to do client authentication (delegate to the CA vm)
|
||||
ansible.builtin.command:
|
||||
cmd: mkcert -client -cert-file /srv/mkcert-ca/client-{{ mkcert_cert_name }} -key-file /srv/mkcert-ca/client-{{ mkcert_key_name }} {{ mkcert_dsn_and_ip_list }}
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue