CONFIG OPENVPN SHOW

Level

base

History

Appears in 1.0.0

Description

Display openvpn information

Usage

[[useclone=0|1]|[crypto=authAlgo|cipher|tlsCipher]]
useclone : specify if displayed configuration comes from clone file or not
crypto=authAlgo : display available Auth algorithms
crypto=cipher : display available Cipher algorithms
crypto=tlsCipher : display available TLS algorithms

Returns

[Config]
state= : openvpn activation state
pool= : IP addresses pool
Port= : public listening port for the service
route= : pushed routes on openvpn client
serverPublicAddr= : public address to contact openvpn server
serverPublicAddrSecondary= : secondary public address to contact openvpn server
timeout= : renegociation time of channel
serverCertificate= : server certificate
clientCertificate= : client certificate
cipher= : used encrypt algorithm
tlsCipher= : used encrypt algorithm for tls
authAlgo= : message digest algorithm
persist= : client IP persistency
primaryDns= : pushed primary dns on openvpn client
secondaryDns= : pushed secondary dns on openvpn client
domainName= : pushed domain name on openvpn client
verbose= : verbose activation level
verboseFile= : used verbose file
udpBindAddr= : Firewall local IP used to bind the OpenVPN UDP server
Compress= : enable/disable LZ4 compression
StrictCert= : enable/disable strict server certificate check (type server and name)
HandWindow= : configure Handshake Window -- the TLS-based key exchange must finalize within n seconds of handshake initiation by any peer

Example

CONFIG OPENVPN SHOW
CONFIG OPENVPN SHOW useclone=1
CONFIG OPENVPN SHOW crypto=authAlgo