Retrieve All SSL Certificate and Key Pairings

Method:              GET URI:                      /ALF/SSL/CertKeyPair/All?{options} This method will retrieve all of the SSL Cert/Key pairs. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more […]

Delete SSL Key

Method:              DELETE URI:                      /ALF/SSL/Key/{keyId} This method will delete the SSL Key with the ID specified.

Retrieve All SSL Keys

Method:              GET URI:                      /ALF/SSL/Key/All?{options} This method will retrieve all of the SSL Keys. The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than […]

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. […]

Delete SSL Certificate

Method:              DELETE URI:                      /ALF/SSL/Cert/{CertId} This method will delete the SSL Certificate with the ID specified.

Retrieve All SSL Certificates

Method:              GET URI:                      /ALF/SSL/Cert/All?{options} This method will retrieve all of the SSL Certificates The {options} allow you to refine the results retrieved from the API. They must be formatted as a query string, e.g. if you use more than […]

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 […]

Detach SSL Cert/Key Pair from Pack

Method:              DELETE URI:                      /ALF/SSL/Pac/{pacId}/CertificateKeyPair/{CertificateKeyPairId} This method detaches a cert/key pair from a Pack. Field Required data pacId The Pack ID CertificateKeyPairId The ID of the cert/key pair you wish to detach All fields are required

Attach SSL Cert/Key Pair to Pack

Method:              POST URI:                      /ALF/SSL/Pac/{pacId}/CertificateKeyPair This method attaches a cert/key pair to a Pack. It requires the following information: Field Required data *pacId The Pack ID *CertificateKeyPairId The ID of the cert/key pair you wish to attach SniCert “true” or […]

SSL Error: Could not create certificate-key pair

If you’re attempting to create a certificate key-pair and have received the message shown below, there is usually one common remedy: The remedy is to run your key through OpenSSL using the RSA key processing tool to change it to the traditional SSLeay compatible format. And yes, to immediately answer our critics: we do support […]