Retrieve all Applied SSL CertKey Pairs

Method:              GET URI:                       /ALF/SSL/AppliedSSLCertKeyPairs/{pacId} This method will retrieve all of the Applied SSL CertKeyPairs for the specified pack. 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 one, the 2nd one onwards should be preceded by an ampersand […]

Retrieve all Available SSL CertKeyPairs

Method:              GET URI:                       /ALF/SSL/AvailableSSLCertKeyPairs/{companyId}/{pacId} This method will retrieve all of the available SSL CertKeyPairs. 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 one, the 2nd one onwards should be preceded by an ampersand “&” character. The options […]

Update an Existing SSL Key

Method:              PUT URI:                       /ALF/SSL/Key/{keyId} This method updates an existing SSL Key name Parameter Description Name “string”  

Add an SSL Key

Method:              POST URI:                       /ALF/SSL/CreateKey This method creates a SSL Key. Parameter Description Name “string” KeyType “string” KeyFormat “string” KeySize “string” PublicExponentValue “string” PEMEncodingAlgorithm “string” PEMPassphrase “string” VerifyPassphrase “string”  

What Key types do you support?

For SSL Offload or Acceleration or to enable Web Application and API Protection with inspection of content behind a URL using HTTPS, you need to install your certificate and key onto our platform. That way we can decrypt to do inspections and optimizations. Periodically we’ll receive a support case where a specific type of key […]

Total Uptime Named Key Player in the Application Delivery Controller (ADC) Market

Company Leads the Emerging Category in ADC MicroQuadrant ASHEVILLE, NC – Total Uptime™, the Enhanced Internet Delivery platform, announced that it has been recognized by MarketsandMarkets, the world’s largest revenue impact company, as leading the “Emerging” vendor category in the Application Delivery Controller (ADC) market in its 2019 report. “Total Uptime … operates one of […]

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 a Certificate and Key Pairing

Method:              DELETE URI:                      /ALF/SSL/CertificateKeyPair/{CertKeyPairId} This method deletes a Cert/Key pairing. A cert/key pair must not be bound to any Packs in order to successfully complete this operation.

Create a Certificate and Key Pairing

Method:              POST URI:                      /ALF/SSL/CertificateKeyPair This method creates a certificate and key pairing, which is required in order to attach it to a Pack. Field Required data Name A name for your cert/key pair. E.G. “example.com-2016” KeyId The Key ID […]