-
Notifications
You must be signed in to change notification settings - Fork 3.4k
[KeyVault] Fixed PEM Certificate #32879
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,10 @@ | ||
| -----BEGIN EC PRIVATE KEY----- | ||
| Proc-Type: 4,ENCRYPTED | ||
| DEK-Info: DES-CBC,5A0C299B3F7E3BDD | ||
| DEK-Info: AES-256-CBC,B4F94D174FB9F1833836A3AFA1A6635B | ||
|
||
|
|
||
| 1v6YBEuF5bTH9o9cp1NPIaqW1tjFOAlwW1apXablnMeqJ8+ZIpAA4rjUg9PON/lu | ||
| p7WMzINiq6mFVoUPIIsghEXVc8KV9RfTBMcCj/F1iXMuPchSxQIahJKJDK7pGvfG | ||
| vadIH35hJDhiuJnOA/jTOYI3ltojAmHl4tRvyDDbTNyMT7ScWhYTu9rdJ0HTXpnh | ||
| arrQgvFykH8nKxlNiie/3OSrg6evNFjcHfCuFINuQUd5jv29ElyXmytR2S5dANuc | ||
| jaA3PpUfGKknPWvC6fjkMFYct6Gzw67UWbSRuESlae4= | ||
| tE4dUgy6HOWOJ6LxWZW1uI5NrkVuaMWf41rXLiKDppxQBzWhIrSsQPhfugHQ7Kud | ||
| bfOLV23zPspRkOdLyL1kFMOubVEcrbKQHeRXjH+fb5rxAsTUBY1RiJKBnMtL1TQf | ||
| eZS7WT5MscPVXrOZmRvZoQkBOgLAeVNkBRaO1br3HnDPonhbAp9n1zORaEYgWu7N | ||
| 7nyRVXdBRDM0qUXIG1/81qiRVnXZDjvZDi21mPmQF3CU/rMKy2hTynzWV6Sj5GWw | ||
| XlizMlsOpqcyWliJ0JB6I/88dgx5Gik6A4Ze8KxlmQs= | ||
| -----END EC PRIVATE KEY----- | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description is empty — the "Description", "Related command", "Testing Guide", and "History Notes" sections all contain only boilerplate template text without any actual content. At minimum, the Description should explain why the PEM certificate was regenerated (i.e., the
cryptographylibrary dropped support for DES-CBC in PEM encryption, requiring migration to AES-256-CBC), and the History Notes should reflect the actual version bump changes rather than the template placeholder text.