ocserv: add playbook for creating client certificates

This commit is contained in:
Timotej Lazar 2025-08-04 16:13:30 +02:00
parent ec9883ca29
commit 11e456cff1
2 changed files with 43 additions and 0 deletions

View file

@ -28,6 +28,13 @@
creates: ca.crt
notify: restart ocserv
- name: Create directory for client certificates
file:
path: /var/lib/ocserv/certs
state: directory
owner: ocserv
group: ocserv
# this script allows routing from the client to their networks on connection
- name: Install ocserv firewall script
copy: