Skip to content

Conversation

@MarkusMichalski
Copy link

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.

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.
@prmerger-automator
Copy link
Contributor

@MarkusMichalski : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change. @erinstellato-ms@mbarickman

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.exe arguments to place -f before -addstore for adding root certificates from a layout folder.
  • Adds an alternative certutil.exe batch-file example for installing the Microsoft Windows Code Signing PCA 2024 certificate into the CA store.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +84 to +86
```console
certutil.exe -f -addstore "CA" "[layout path]\certificates\Microsoft Windows Code Signing PCA 2024.crt)"
```
Copy link

Copilot AI Jan 30, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The example certutil command has a syntax error and an inconsistent file location. It ends with an extra ')' (which will break the path), and it references [layout path]\certificates\... even though the preceding steps only say to copy the .crt to the offline machine (not into the layout's certificates folder). Update the command to use the correct filename/quoting and clarify (or adjust) where the .crt should be placed before running the batch file.

Copilot uses AI. Check for mistakes.
@Court72
Copy link
Contributor

Court72 commented Jan 30, 2026

@erinstellato-ms

Thanks for reviewing the proposed changes.

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants