Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
archive_file as string
Path to the configuration zip
obfuscated_secret as string
Encrypted passphrase for protected certificates
InstallAndRun(params as OpenVpnParams) as Boolean
Install the configuration and run it
openvpn Uninstall() as Boolean
Stop and uninstall the configuration
Example
Code Block | ||
---|---|---|
| ||
ovpn = CreateObject("roOpenVpn") params = {} params.archive_file = "openvpn.zip" ovpn.InstallAndRun(params) ovpn.Uninstall() |