Add CA to trust-store

This commit is contained in:
Ruakij 2022-10-21 15:32:08 +02:00
parent 811fc22eef
commit f9cc97a8f2
2 changed files with 5 additions and 1 deletions

4
netmaker/tasks/certs.yml Normal file
View File

@ -0,0 +1,4 @@
- name: Deploy CA Certificate
ansible.builtin.copy:
src: secret_files/netmaker_server/ca/ca.crt
dest: /etc/ssl/certs/netmaker-ca.pem

View File

@ -1,4 +1,4 @@
- import_tasks: ./prerequisites.yml
- import_tasks: ./certs.yml
- import_tasks: ./install.yml