Skip to main content

GET /signingCertificate

Use this method to return the current Certificate Authority (CA) root certificate in PEM format.

Authentication

Authentication with username and password is required.

Request URL

GET https://{management_server_IP}/signingCertificate

Query parameters

None

Response codes

CodeDescriptionComments
200OKThe request completed successfully.
400Bad RequestA query parameter or request attribute is missing or not valid, or the operation is not supported. A descriptive error message is returned in the response body.
404Not foundA specified resource cannot be found. A descriptive error message is returned in the response body.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

AttributesTypeDescription
resultStringResults of the request. This can be one of the following values.
  • success. The request completed successfully.
  • failed. The request failed. A descriptive error message was returned.
  • warning. The request completed with a warning. A descriptive error message was returned.
messagesArray of objectsInformation about one or more messages
 idStringMessage identifier of a returned message
 textStringMessage text associated with the message identifier
 explanationStringAdditional information to clarify the reason for the message
 recoveryArray of objectsRecovery information
  textStringUser actions that can be taken to recover from the event
  URLStringLink to the help system for more information, if available
The following example is returned if the request is successful.
-----BEGIN CERTIFICATE-----
MIID1TCCAr2gAwIBAgIUVihMFvNb6ZdIOd/FmSe7sWsnNj8wDQYJKoZIhvcNAQEL
BQAweTELMAkGA1UEBhMCVVMxFzAVBgNVBAgTDk5vcnRoIENhcm9saW5hMRAwDgYD
VQQHEwdSYWxlaWdoMSUwIwYDVQQKExxHZW5lcmF0ZWQgYnkgU2VydmVyIEZpcm13
YXJlMQkwBwYDVQQLEwAxDTALBgNVBAMTBExYQ0EwIBcNNzAwMTAxMDUwMDAwWhgP
MjA3MDAxMDEwNDU5NTlaMHkxCzAJBgNVBAYTAlVTMRcwFQYDVQQIEw5Ob3J0aCBD
YXJvbGluYTEQMA4GA1UEBxMHUmFsZWlnaDElMCMGA1UEChMcR2VuZXJhdGVkIGJ5
IFNlcnZlciBGaXJtd2FyZTEJMAcGA1UECxMAMQ0wCwYDVQQDEwRMWENBMIIBIjAN
BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuFx2YjVCCAKa2Sp5QpxdmCS8R8GI
l/92LyK37HySwKgaTSm9nxkQt2paZUg+NzMqOAbOmTwmVOT8/eGbtWFmWyqeFGr4
5m+MC3KhxOjrh0zQyRzrbmI0prgW1LSbDwRRon5k4efXhcvfmrNGoXHkGysMLOCZ
+bRk9XCjm+EFjwaW28pTHE8XfdMJD1zxy467vJQ9AOVNSh7YYflKw1jV73xMYiV9
tNbAADFCUT5RHicXxgF8huyKcJCHppiH9z6DqE0tgOZfeXqQJHmW5udweVmt646s
HEGNrCqmntAQcASIzDVfgYKm1dQn+mQAH5FJ/jyjnqjhP7AFIoneXOLYkwIDAQAB
o1MwUTAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRuFmtlFkO6WkpgbfSAja3U
GfwAWTAfBgNVHSMEGDAWgBRuFmtlFkO6WkpgbfSAja3UGfwAWTANBgkqhkiG9w0B
AQsFAAOCAQEAHa/w2SNQkSpAtoEnHZpDpZrThpNeeQxPMX2+Us2QxOa4Wr8WditB
9sK89inebkRSZxBTsZNKf4w1XT2TlND5mY88K4rQ15YZdLSJvaKr9QmKSbmBKWeT
dcOX5HLaB8evP4EoOC32BXvklx+SnNtZHupcXo8JfmC38Hxftpn8ZfiAfiYr4jZI
iIom6Zupxoc7ZuyAW0ovp4V5jKmglWDM4xXRTDsYcHEOpnGOry+MlPEAszDexYd8
HNd02BliTsytll6RsSoJ6B9gu49OOcSRYpp543azUDStsoJ8a/8CfyeGMje6aREg
tOumP61rQlEYyUmEcEr/eDZt8pjXiR/txw==
-----END CERTIFICATE-----