keyring_csr_sign
Sectech
Signs an existing Certificate Signing Request (CSR) and returns the resulting certificate
Note
This method can only be called if the device contains a functional Certification Authority (CA).
Params
| attribute | description |
|---|---|
csr_base64 *string |
The base64 encoded PEM (*.csr) file |
modifier 'openvpn_client'|'openvpn_server' |
An optional modifier to use when creating the signed certificate |
Return
| attribute | description |
|---|---|
base64 *string |
Base64 encoded PEM (*.crt) file containing the signed certificate |