relax CA constraints for client (the client equivalent of PR #1675)

This commit is contained in:
aleks-mariusz 2020-04-06 14:30:20 +00:00
parent c231cd42d6
commit b9dfa69231
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,5 @@
libstrongswan {
x509 {
enforce_critical = no
}
}

View file

@ -53,6 +53,14 @@
notify: notify:
- restart strongswan - restart strongswan
- name: Configure libstrongswan to relax CA constraints
copy:
src: libstrongswan-relax-constraints.conf
dest: /etc/strongswan/strongswan.d/relax-ca-constraints.conf
owner: root
group: root
mode: 0644
- name: Setup the certificates and keys - name: Setup the certificates and keys
template: template:
src: "{{ item.src }}" src: "{{ item.src }}"