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

Upload SSL Key

POST /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