Resources | Methods |
---|---|
https://localhost:8443/api/rest/pkix/certificates |
POST
Install an X509 certificate, PKCS7 or PKCS12 file.
POST Install PEM-formatted certificate(s) from text. GET Get details in text for all the currently installed certificates. |
https://localhost:8443/api/rest/pkix/certificates/{alias} |
DELETE
Delete the certificate identified by the alias.
|
https://localhost:8443/api/rest/pkix/certificates/reset-to-selfsigned |
POST
Regenerate the self signed certificate.
|
https://localhost:8443/api/rest/pkix/certificates/status |
GET
Indicates the need for a reboot due to the installation of new
certificates.
|
https://localhost:8443/api/rest/pkix/certificates/csr |
GET
Get the current Certificate Signing Request.
POST Create a new or update an existing certificate signing request. |
https://localhost:8443/api/rest/pkix/certificates/ocsp-settings |
GET
Get the OCSP settings for the system.
PUT Update the OCSP settings for the system. |
POSTInstall an X509 certificate, PKCS7 or PKCS12 file. X509 and PKCS7 files can be in either DER or PEM format. If the file is PKCS12, a password must be provided in plain text in the 'password' parameter. Data should be uploaded using 'multipart/form-data' semantics, defined in RFC 7578, with a 'file' part and a 'password' part. The 'file' part should use a Content-Type of 'application/octet-stream' in all cases. The 'password' part may omit the Content-Type, but if supplied, should use a Content-Type of 'text/plain'. The need for a reboot can be established with the plcm-pkix method "/certificates/status". IMPORTANT: Changes to certificates will not take effect until the system has been rebooted. To restart the system, use the plcm-power-management API restart method. [tags: DMA] RequestRepresentations
Response
POSTInstall PEM-formatted certificate(s) from text. The text for the PEM entry can contain one or more certificates. IMPORTANT: Changes to certificates will not take effect until the system has been rebooted. To restart the system, use the plcm-power-management API restart method. [tags: DMA] RequestRepresentations
Response
GETGet details in text for all the currently installed certificates. [tags: DMA] RequestQuery Parameters
Response
|
Name | Type | Description |
---|---|---|
alias | xs:string |
DELETEDelete the certificate identified by the alias. IMPORTANT: Changes to certificates will not take effect until the system has been rebooted. To restart the system, use the plcm-power-management API restart method. [tags: DMA] RequestResponse
|
POSTRegenerate the self signed certificate. IMPORTANT: Changes to certificates will not take effect until the system has been rebooted. To restart the system, use the plcm-power-management API restart method. [tags: DMA] RequestResponse
|
GETIndicates the need for a reboot due to the installation of new certificates. [tags: DMA] RequestResponse
|
GETGet the current Certificate Signing Request. [tags: DMA] RequestResponse
POSTCreate a new or update an existing certificate signing request. CAUTION: this will overwrite an existing CSR. [tags: DMA] RequestRepresentations
Response
|
GETGet the OCSP settings for the system. [tags: DMA] RequestResponse
PUTUpdate the OCSP settings for the system. IMPORTANT: Enabling/disabling of the OCSP settings will cause an immediate reboot of the system. Changes to these settings should only be performed when rebooting will cause the least interruption to service. [tags: DMA] RequestRepresentations
Response
|