Skip to content

Commit 01d9a8d

Browse files
authored
Merge pull request #21249 from abpframework/maliming-patch-2
Update configuring-openIddict.md
2 parents 27c215c + f4d3c31 commit 01d9a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/deployment/configuring-openIddict.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To avoid that, consider creating self-signed certificates and storing them in th
3636

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

39-
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.
39+
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.
4040

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

0 commit comments

Comments
 (0)