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

Upload SSL Key

Method:              POST
URI:                      /ALF/SSL/UploadKey?filename={keyName}&keyType={keyType}& format={keyFormat}&passphrase={passphrase}

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

Field Required data
*filename
The file name of the key. E.g. mykey.pem
The key name stored will be created from the file name.
*keyType The type of the file. “RSA” or “DSA”
*format The format of the key. “PEM” or “DER”
passphrase Optional – the passphrase for the key, if one is set.

* is a required field