ocserv: add playbook for creating client certificates
This commit is contained in:
parent
ec9883ca29
commit
11e456cff1
2 changed files with 43 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue