API Documentation
Home > Total Uptime APIv2.0 Overview > SSL > Upload SSL Certificate

Upload SSL Certificate

Method:              POST
URI:                      /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.