openvpn3-config-import - OpenVPN 3 Linux - Configuration File Importer
Contents
Description
Any VPN connection is based on a VPN configuration profile, which are managed by the OpenVPN3ConfigurationManager. The openvpn3config-import command enables pre-loading a configuration file into
the configuration manager where additional host specific adjustments can be added on top of the imported
configuration, in addition to grant access to the profile to other users.
Name
openvpn3-config-import - OpenVPN 3 Linux - Configuration File Importer
Options
-h, --help
Print usage and help details to the terminal
-cFILE, --configFILE
File name of the configuration profile to import
-nNAME, --nameNAME
Each configuration profile carries a human readable name. The default value is the configuration
profile file name, but can be amended during import with this option.
-p, --persistent
By default, the configuration profile is kept in memory only, and it is wiped when the
configuration manager service restarts. When adding this option the profile becomes persistent
and will be automatically loaded each time the configuration manager starts.
--tagTAGNAME
Attach a tag label to the imported configuration file. This may be used multiple times to add
more tags.
See Also
openvpn3(1) openvpn3-config-manage(1) openvpn3-config-acl(1) openvpn3-config-remove(1) openvpn3-config-show(1) openvpn3-configs-list(1) openvpn3-session-start(1) OPENVPN3-CONFIG-IMPORT(1)
Synopsis
openvpn3config-import-cFILE | --configFILE[-nNAME|--nameNAME][-p|--persistent]openvpn3config-import-h | --help
