question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extend `aad app set` to add certificate to already available App

See original GitHub issue

Create 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:closed
  • Created 2 years ago
  • Comments:12 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
martinlingstuylcommented, Mar 31, 2022

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.

2reactions
martinlingstuylcommented, Mar 30, 2022

Fantastic, I’m already working on it. Expect a pull request in a few days!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found