Skip to content

Commit

Permalink
Merge pull request #21251 from abpframework/auto-merge/rel-8-3/3155
Browse files Browse the repository at this point in the history
Merge branch rel-9.0 with rel-8.3
  • Loading branch information
maliming authored Nov 4, 2024
2 parents df157b1 + 01d9a8d commit 1f9cfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/deployment/configuring-openIddict.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To avoid that, consider creating self-signed certificates and storing them in th

`AddDevelopmentEncryptionAndSigningCertificate` is disabled in production environment. Signing and encryption of certificates is done using `openiddict.pfx` file in production environment.

You can use the `dotnet dev-certs https -v -ep openiddict.pfx -p 00000000-0000-0000-0000-000000000000` command to generate the `authserver.pfx` certificate.
You can use the `dotnet dev-certs https -v -ep openiddict.pfx -p 00000000-0000-0000-0000-000000000000` command to generate the `openiddict.pfx` certificate.

> `00000000-0000-0000-0000-000000000000` is the password of the certificate, you can change it to any password you want.
Expand Down

0 comments on commit 1f9cfc5

Please sign in to comment.