1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
======================
openvpn3-config-import
======================
---------------------------------------------
OpenVPN 3 Linux - Configuration File Importer
---------------------------------------------
:Manual section: 1
:Manual group: OpenVPN 3 Linux
SYNOPSIS
========
| ``openvpn3 config-import`` ``-c FILE`` | ``--config FILE`` ``[-n NAME | --name NAME]`` ``[-p | --persistent]``
| ``openvpn3 config-import`` ``-h`` | ``--help``
DESCRIPTION
===========
Any VPN connection is based on a VPN configuration profile, which are managed
by the ``OpenVPN 3 Configuration Manager``. The ``openvpn3 config-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.
OPTIONS
=======
-h, --help Print usage and help details to the terminal
-c FILE, --config FILE File name of the configuration profile to import
-n NAME, --name NAME 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.
--tag TAGNAME 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)
|