Modify certutil commands for certificate installation#38
Modify certutil commands for certificate installation#38MarkusMichalski wants to merge 2 commits intoMicrosoftDocs:mainfrom
Conversation
Updated certutil commands to include the '-f' flag for adding certificates to the store. The flag was present in the previous edit, but at the wrong position causing an error. Added instructions for creating a batch file to install a specific code signing certificate.
|
@MarkusMichalski : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @erinstellato-ms@mbarickman |
There was a problem hiding this comment.
Pull request overview
Updates the offline SSMS certificate installation documentation to adjust certutil.exe usage and add an alternative batch-file-based installation path for the Microsoft Windows Code Signing PCA 2024 certificate.
Changes:
- Reorders
certutil.exearguments to place-fbefore-addstorefor adding root certificates from a layout folder. - Adds an alternative
certutil.exebatch-file example for installing the Microsoft Windows Code Signing PCA 2024 certificate into theCAstore.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thanks for reviewing the proposed changes. Important: When the changes are ready for publication, adding a #label:"aq-pr-triaged" |
Updated certutil commands to include the '-f' flag for adding certificates to the store. The flag was present in the previous edit, but at the wrong position causing an error. Added instructions for creating a batch file to install a specific code signing certificate.