summaryrefslogtreecommitdiff
path: root/interface-definitions/include/ipsec/authentication-rsa.xml.i
blob: 0a364e83827f7ad07776044b1159574bb590935d (plain)
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
<!-- include start from ipsec/authentication-rsa.xml.i -->
<node name="rsa">
  <properties>
    <help>RSA keys</help>
  </properties>
  <children>
    <leafNode name="local-key">
      <properties>
        <help>Name of PKI key-pair with local private key</help>
        <completionHelp>
          <path>pki key-pair</path>
        </completionHelp>
      </properties>
    </leafNode>
    <leafNode name="passphrase">
      <properties>
        <help>Local private key passphrase</help>
      </properties>
    </leafNode>
    <leafNode name="remote-key">
      <properties>
        <help>Name of PKI key-pair with remote public key</help>
        <completionHelp>
          <path>pki key-pair</path>
        </completionHelp>
      </properties>
    </leafNode>
  </children>
</node>
<!-- include end -->