File: openvpn3-config-dump.1.rst

package info (click to toggle)
openvpn3-client 24.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,384 kB
  • sloc: cpp: 180,128; python: 11,591; ansic: 1,878; sh: 1,767; java: 402; lisp: 81; makefile: 44
file content (63 lines) | stat: -rw-r--r-- 1,966 bytes parent folder | download | duplicates (2)
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
58
59
60
61
62
63
====================
openvpn3-config-dump
====================

------------------------------------
OpenVPN 3 Linux - Configuration Dump
------------------------------------

:Manual section: 1
:Manual group: OpenVPN 3 Linux

SYNOPSIS
========
| ``openvpn3 config-dump`` ``-o DBUS-PATH`` | ``--path DBUS-PATH`` | ``--config CONFIG-NAME`` ``[--json]``
| ``openvpn3 config-dump`` ``-h`` | ``--help``
| ``openvpn3 config-show`` ``-o DBUS-PATH`` | ``--path DBUS-PATH`` | ``--config CONFIG-NAME`` ``[--json]``
| ``openvpn3 config-show`` ``-h`` | ``--help``


DESCRIPTION
===========
This will dump the contents of the OpenVPN configuration profile which was
imported to the terminal.  It will not carry any information added via
``openvpn3 config-manage``.

If the configuration profile has been locked down
via ``openvpn3 config-acl`` users granted access to this configuration profile
will not be able to see the contents of the configuration profile.

This command used to be ``openvpn3 config-show`` but that has been deprecated
in favour of ``openvpn config-dump``.


OPTIONS
=======

-h, --help              Print  usage and help details to the terminal

-o DBUS-PATH, --path DBUS-PATH
                        D-Bus configuration path to the
                        configuration to show.  This can be found in
                        ``openvpn3 configs-list``.

--config-path DBUS-PATH
                        Alias for ``--path``.

-c CONFIG-NAME, --config CONFIG-NAME
                        Can be used instead of ``--path`` where the
                        configuration profile name is given instead.  Available
                        configuration names can be found via
                        ``openvpn3 configs-list``.

--json                  Use JSON formatting of the output instead of
                        text/plain.


SEE ALSO
========

``openvpn3``\(1)
``openvpn3-config-acl``\(1)
``openvpn3-config-import``\(1)
``openvpn3-configs-list``\(1)