summaryrefslogtreecommitdiff
path: root/interface-definitions/include/pki/cli-private-key-base64.xml.i
blob: 3a7ee0ce94b7f2bfcbcf9b99d70a90fe3efe7c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!-- include start from pki/pki-cli-private-key.xml.i -->
<leafNode name="key">
  <properties>
    <help>Private key in PEM format</help>
    <constraint>
      <validator name="base64"/>
    </constraint>
    <constraintErrorMessage>Private key is not base64-encoded</constraintErrorMessage>
  </properties>
</leafNode>
<!-- include end -->