You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fastly CLI version v10.15.0 (0a1665b)
Built with go version go1.22.7 linux/amd64 (2024-10-23)
I am trying to activate a custom certificate that I uploaded with the following command (IDs scrubbed):
fastly tls-custom activation enable --cert-id [valid cert ID] --id [TLS configuration ID from web]
I get the following response:
ERROR: missing required field 'TLSDomain'.
On the Fastly site I can add the domain to the TLS configuration with no errors and it works as expected. There is nothing in the documentation that I can find to specify this TLSDomain that the activation is requiring.
The text was updated successfully, but these errors were encountered:
Unfortunately the error message from the API is correct, a domain must be specified as part of the enable operation for a TLS activation (docs. The CLI does not request this information so this command cannot succeed. This is definitely a bug, and we'll put it into our queue to be addressed.
Fastly CLI version v10.15.0 (0a1665b)
Built with go version go1.22.7 linux/amd64 (2024-10-23)
I am trying to activate a custom certificate that I uploaded with the following command (IDs scrubbed):
fastly tls-custom activation enable --cert-id [valid cert ID] --id [TLS configuration ID from web]
I get the following response:
ERROR: missing required field 'TLSDomain'.
On the Fastly site I can add the domain to the TLS configuration with no errors and it works as expected. There is nothing in the documentation that I can find to specify this TLSDomain that the activation is requiring.
The text was updated successfully, but these errors were encountered: