update
This commit is contained in:
parent
1110cf573c
commit
0e46b7c6be
32 changed files with 799 additions and 0 deletions
7
ansible/scripts/install_local_ca.yml
Normal file
7
ansible/scripts/install_local_ca.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: Copy Public certs
|
||||
copy:
|
||||
src: durp.crt
|
||||
dest: /etc/ca-certificates/trust-source/anchors/durp.crt
|
||||
|
||||
- name: Trust certs
|
||||
command: trust extract-compat
|
||||
Loading…
Add table
Add a link
Reference in a new issue