keyring_key_csr_download
Sectech
Generates and returns a file containing a Certificate Signing Request (CSR) from an existing private key.
The parameters needed for the CSR (e.g. organization, expiry) are taken from the device configuration.
Params
attribute | description |
---|---|
id* string |
The ID of the key (type=pkey_cert ) to use to generate the CSR |
Return
attribute | description |
---|---|
base64* string |
Base64 encoded PEM (*.csr ) file containing the CSR |