Add doc for OpenVPN config file auto-generation

This commit is contained in:
Victor LABORIE 2018-10-24 15:38:31 +02:00
parent 091b32ee73
commit 326664676b
1 changed files with 18 additions and 0 deletions

View File

@ -34,6 +34,24 @@ chown -R _shellpki:_shellpki /etc/shellpki
%_shellpki ALL = (root) /usr/local/sbin/shellpki
~~~
## OpenVPN
If you want auto-generation of OpenVPN config file in /etc/shellpki/openvpn, you need to create a template file in /etc/shellpki/ovpn.conf, eg. :
~~~
client
dev tun
tls-client
proto udp
remote ovpn.example.com 1194
persist-key
persist-tun
cipher AES-256-CBC
~~~
## Usage
~~~