Fastly · Arazzo Workflow
Fastly Provision TLS Activation
Version 1.0.0
Upload a key, upload a certificate, then activate TLS for a domain with that certificate.
View Spec
View on GitHub
CDNEdge CloudEdge ComputeWebAssemblySecurityAIObservabilityAsyncAPIStreamingWebhooksLoggingArazzoWorkflows
Provider
Workflows
provision-tls-activation
Upload key and certificate, then activate TLS for a domain.
Uploads a private key and matching certificate, then creates a TLS activation linking the certificate, a TLS configuration, and a domain so HTTPS traffic is terminated for that domain.
1
uploadKey
createTlsPrivateKey
Upload the PEM-encoded private key in JSON:API format.
2
uploadCertificate
createTlsCertificate
Upload the matching certificate in JSON:API format.
3
createActivation
createTlsActivation
Activate TLS for the domain using the uploaded certificate and configuration.