This commit is contained in:
nono 2022-12-21 20:51:52 +01:00
parent 615a9f85f0
commit c331418ba0
2 changed files with 11 additions and 11 deletions

View file

@ -26,7 +26,7 @@
shell: 'mv {{ssl_dir}}/{{inventory_hostname_short}}-key.pem {{key_file}}'
- name: move cert file to {{cert_file}}
hell: 'mv {{ssl_dir}}/{{inventory_hostname_short}}.pem {{cert_file}}'
shell: 'mv {{ssl_dir}}/{{inventory_hostname_short}}.pem {{cert_file}}'
- name: recuperate ca certificate
shell: '{{cfssl_bin_directory}}/cfssl info -remote "{{cfssl_serve_url}}" | cfssljson -bare -stdout > /usr/local/share/ca-certificates/{{ca_filename}}'