Skip to content
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

chore: Update test common certificate #361

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ When using this certificate together with Azurite the uri used from clients must
See [Generate PFX certificate](https://github.com/Azure/Azurite/blob/main/README.md#generate-pfx-certificate)

It is possible to check a certificate (eg. NotBefore/NotAfter) with command like this:
`certutil -p azurite -dump .\test-common-cert.pfx`
`certutil -p test-common -dump .\test-common-cert.pfx`

Use the following command to generate a new certificate:
`dotnet dev-certs https --trust -ep test-common-cert.pfx -p test-common`
Binary file not shown.
Loading