CMP Protocol
Prerequisite
Create Certificate Template
Configure Properties
-- Certificate template profile ID
UPDATE api_properties
SET prop_value = 'xxxx', prop_status = 1
WHERE prop_key = 'CMPCertificateProfileID’;
-- Client authentication code or password
UPDATE api_properties
SET prop_value = 'XXXX', prop_status = 1
WHERE prop_key = ‘CMPAuthenticationCode’;
Restart Tomcat Services
Stop the Tomcat services
Start the Tomcat Service
CMP EndPoint
Supported Endpoints
Authentication
HTTP Response Status Code
Last updated