Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Upload SSL Certificate

POST /ALF/SSL/UploadCert?filename={certName}&format={format}

This method uploads a SSL Certificate. It requires the following information:

Field Required data
filename
The file name of the certificate. E.G. mycert.crt
format The format of the file. “PEM” or “DER”

Both fields are required
Note: Setting “Transfer-Encoding” to chunked is recommended.