blob: ae4e9103ef1865879ef20dabcce0ff7162015333 (
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 pki/private-key.xml.i -->
<node name="private">
<properties>
<help>Private key</help>
</properties>
<children>
<leafNode name="key">
<properties>
<help>Private key in PKI configuration</help>
<completionHelp>
<path>pki key-pair</path>
</completionHelp>
<valueHelp>
<format>txt</format>
<description>Name of private key in PKI configuration</description>
</valueHelp>
</properties>
</leafNode>
<leafNode name="passphrase">
<properties>
<help>Private key passphrase</help>
<valueHelp>
<format>txt</format>
<description>Passphrase to decrypt the private key</description>
</valueHelp>
</properties>
</leafNode>
</children>
</node>
<!-- include end -->
|