Verify secure connection

Verifies that provided hostnames are signed with a provided certificate chain. This ensures that edge servers can connect to the hostnames securely. The response is a map of hostnames to connection status values. For the list of available connection status values and their descriptions, see Connection status values. You can use the response information when setting up JWKS in the Edit JWT settings operation.

Query Params
string

For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

Body Params

Contains the hostnames and certificate chain for secure connection verification.

certChain
object
required

A PEM file with the certificate to use for verification of hostnames included in the corresponding hosts member.

hosts
array of strings
required

HTTPS hostnames to verify. Each hostname needs to be digitally signed with the certificate chain described in the corresponding certChain field. If your hostname uses a different port for secure connections than the default 443, you can indicate it after a colon.

hosts*
Response

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json