Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom certificate activation failure #1329

Open
ralyon76 opened this issue Oct 23, 2024 · 1 comment
Open

Custom certificate activation failure #1329

ralyon76 opened this issue Oct 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ralyon76
Copy link

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.

@ralyon76 ralyon76 added the bug Something isn't working label Oct 23, 2024
@kpfleming
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants