[DEBUG] update config line

This commit is contained in:
Edouard DUPIN 2019-05-22 17:49:36 +02:00
parent 0c07c8a4de
commit eeb82a509a

View File

@ -36,10 +36,13 @@ docker-compose run --rm openvpn_service ovpn_initpki
or or
```{.sh} ```{.sh}
docker-compose run --rm openvpn_service ovpn_genconfig -u udp://____VPN.SERVERNAME.COM____ -b -d -D -C AES-256-CBC -p ____LOCAL_IP_SERVER____/32 -R -K ccd -V -L append -F docker-compose run --rm openvpn_service ovpn_genconfig -u udp://____VPN.SERVERNAME.COM____ -b -D -C AES-256-CBC -p ____LOCAL_IP_SERVER____/32 -R -V -F
docker-compose run --rm openvpn_service ovpn_initpki docker-compose run --rm openvpn_service ovpn_initpki
``` ```
**Note:** the ```-d``` create some errors
Fix ownership (depending on how to handle your backups, this may not be needed) Fix ownership (depending on how to handle your backups, this may not be needed)
--------------------------------------------------------------------------------- ---------------------------------------------------------------------------------