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