diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-06-29 11:06:44 +0200 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2021-06-29 21:26:44 +0200 |
commit | f5a8a9cdfe52c331177c8bc7b8fb84fc08d4f60a (patch) | |
tree | 932113197018d823ca83e092139c8a06f89e3b99 /interface-definitions/include/pki/openvpn_tls-auth.xml.i | |
parent | 6f66e71e4622c54058b8689d4be730905d69fe22 (diff) | |
download | vyos-1x-f5a8a9cdfe52c331177c8bc7b8fb84fc08d4f60a.tar.gz vyos-1x-f5a8a9cdfe52c331177c8bc7b8fb84fc08d4f60a.zip |
pki: ipsec: T3642: Migrate IPSec to use PKI configuration
Diffstat (limited to 'interface-definitions/include/pki/openvpn_tls-auth.xml.i')
-rw-r--r-- | interface-definitions/include/pki/openvpn_tls-auth.xml.i | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/interface-definitions/include/pki/openvpn_tls-auth.xml.i b/interface-definitions/include/pki/openvpn_tls-auth.xml.i deleted file mode 100644 index 2b9a69653..000000000 --- a/interface-definitions/include/pki/openvpn_tls-auth.xml.i +++ /dev/null @@ -1,14 +0,0 @@ -<!-- include start from pki/openvpn_tls-auth.xml.i --> -<leafNode name="auth-key"> - <properties> - <help>Static key for tls-auth in PKI configuration</help> - <valueHelp> - <format>key name</format> - <description>Name of static key in PKI configuration</description> - </valueHelp> - <completionHelp> - <path>pki openvpn tls-auth</path> - </completionHelp> - </properties> -</leafNode> -<!-- include end --> |