Viewing configuration details of an MQ SSL certificate by using a REST Administration API
System administrators view configuration details of an MQ SSL certificate by using a REST Administration API.
You can use the Eclipse Amlen REST API GET method to view configuration details of an MQ SSL certificate.
To view configuration details of the MQ SSL certificate, use the Eclipse Amlen REST API GET method with the following Eclipse Amlen URI:
http://<admin-endpoint-IP:Port>/ima/v1/configuration/MQCertificate
The following example shows a GET method to view configuration details of an MQ SSL certificate by using cURL:
curl -X GET http://127.0.0.1:9089/ima/v1/configuration/MQCertificate
The following example shows a successful example response to the GET method that was used to view configuration details of an MQ SSL certificate:
{
"Version": "v1",
"MQCertificate": {
"MyMQSSLKeyfile_201603016.kdb",
"MyMQStashPasswordFile_201603016.sth"
}
}