-
Notifications
You must be signed in to change notification settings - Fork 604
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[debug-certificate-manager] Option to skip automatically trusting and…
… untrusting a certificate (#4933) * Option to skip trusting and untrusting a certificate * rush change * Update common/changes/@rushstack/debug-certificate-manager/user-apc-skipcerttrust_2024-09-20-22-22.json Co-authored-by: Ian Clanton-Thuon <[email protected]> * Update libraries/debug-certificate-manager/src/CertificateManager.ts Co-authored-by: Ian Clanton-Thuon <[email protected]> * Update common/reviews/api/debug-certificate-manager.api.md Co-authored-by: Ian Clanton-Thuon <[email protected]> --------- Co-authored-by: apostolisms <[email protected]> Co-authored-by: Ian Clanton-Thuon <[email protected]>
- Loading branch information
1 parent
c71df47
commit 23ed83a
Showing
3 changed files
with
27 additions
and
10 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
...changes/@rushstack/debug-certificate-manager/user-apc-skipcerttrust_2024-09-20-22-22.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/debug-certificate-manager", | ||
"comment": "Add a `skipCertificateTrust` option to `CertificateManager.ensureCertificateAsync` that skips automatically trusting the generated certificate and untrusting an existing certificate with issues.", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@rushstack/debug-certificate-manager" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters