blob: a3eff79e8f790ec3422c60c0dc65689c08bee631 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!-- include start from pki/cli-certificate-base64.xml.i -->
<leafNode name="certificate">
<properties>
<help>Certificate in PEM format</help>
<constraint>
<validator name="base64"/>
</constraint>
<constraintErrorMessage>Certificate is not base64-encoded</constraintErrorMessage>
</properties>
</leafNode>
<!-- include end -->
|