Extend `aad app set` to add certificate to already available App
See original GitHub issueCreate the option of adding the certificate to already available Azure AD App using the command aad app set
.
Following would be the expected options for the command.
Option | Description |
---|---|
--certificateFile [certificateFile] |
Path to the file with certificate private key. Specify either certificateFile or certificateBase64Encoded |
--certificateBase64Encoded [certificateBase64Encoded] |
Base64-encoded string with certificate private key. Specify either certificateFile or certificateBase64Encoded |
--certificateDisplayName [certificateDisplayName] |
Display name for the certificate. If not given, the displayName will be set to the certificate subject |
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (12 by maintainers)
Top Results From Across the Web
Add and manage TLS/SSL certificates - Azure App Service
On your app's navigation menu, select TLS/SSL settings. On the pane that opens, select Private Key Certificates (.pfx) > Create App Service ...
Read more >Azure App Service renew/change the certificate - Stack Overflow
1 Answer 1 · Choose the certificate from the App Service Certificates page. · Then select Auto Renew Settings in the left navigation....
Read more >Use the Certificate Enrollment for ChromeOS extension
Automated certificate renewal · Sign in to your Google Admin console. · From the Admin console Home page, go to Devices · Click...
Read more >Automating certificate rollover for Azure AD applications using ...
The addKey Graph endpoint is an endpoint available for app ... and a registred certificate on the app, you can add new certificates....
Read more >Renew an SSL/TLS certificate - DigiCert product docs
SSL /TLS certificate renewal made easy. Important. Industry standards change: End of 2-year public SSL/TLS certificates. On August 27, 2020, DigiCert stopped ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
By the way, I’m not replacing the certificate. I’m adding it to the list of available certificates. Seems to me the best route, as you would want to have some form of fallback to use the older certificates if they are referenced somewhere.
Fantastic, I’m already working on it. Expect a pull request in a few days!