-
Notifications
You must be signed in to change notification settings - Fork 3k
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
az webapp config ssl (show, list) doesn't return thumbprint #19581
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @AzureAppServiceCLI, @antcp. Issue DetailsToday I noticed that commands: I need thumbprint value for generating SSL + certificate for my custom domain. My sequence is: Has the way how to read thumbprint changed? Expected BehaviorI know "This command is in preview and under development". I am able to bind SSL via Azure web portal. Here it works. Environment Summary
|
route to service team |
@fifron I assuming your question is specific to ManagedCerts, which doesn't have Thumbprint - for Managed Certs Thumbprint is not required. The managed certs command update will be released next released for this. In the meantime you can use the following , sorry for the inconvenience. The API changes deployment & the CLI deployment didn't coincide as planned. Using PowerShell |
@panchagnula You are right, I use ManagedCerts. I am sure Thumbprints were working in the past. This change must be from last days. I have tried your command DomainRegistration, but unsuccessfully. |
@panchagnula Thumbprint and SSL binding was working fine few days back and we have been used as an input parameter in our automation deployment code. Our deployment cycle is wedged as this is impacting customer service and customer engagement. |
@Shrinathbcone see the CLI command offered above to use for binding without needing Thumbprint as alternate approach |
Work around provided, closing the issue |
Today I noticed that commands:
az webapp config ssl show ...
az webapp config ssl list ...
don't return thumbprint value. Thumbprint is empty:
"thumbprint": ""
I need thumbprint value for generating SSL + certificate for my custom domain.
My sequence is:
az webapp config ssl create ...
az webapp config ssl show ... (read thumbprint. Sometimes you have to wait few minutes)
az webapp config ssl bind ... (use thumbprint)
Has the way how to read thumbprint changed?
Expected Behavior
I know "This command is in preview and under development".
But I expect I am able to generate SSL
I am able to bind SSL via Azure web portal. Here it works.
Environment Summary
The text was updated successfully, but these errors were encountered: