Certificates REST Endpoints

Service Manager/Certificates
Add a Named Certificate
Method: post
Path: /services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
Delete a Named Certificate
Method: delete
Path: /services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
Replace a Named Certificate
Method: put
Path: /services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
Retrieve Available Certificate Types
Method: get
Path: /services/{version}/deployments/{deployment}/certificates
Retrieve Certificate
Method: get
Path: /services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
Retrieve Certificate Information
Method: get
Path: /services/{version}/certificates/{type}/{certificate}/info
Retrieve Certificate Information
Method: get
Path: /services/{version}/deployments/{deployment}/certificates/{type}/{certificate}/info
Retrieve Certificate Types
Method: get
Path: /services/{version}/deployments/{deployment}/certificates/{type}