We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd32db commit b9bf864Copy full SHA for b9bf864
src/content/docs/identityserver/fundamentals/key-management.md
@@ -196,7 +196,7 @@ include:
196
- Create certificates
197
using [Azure KeyVault](https://learn.microsoft.com/en-us/azure/key-vault/certificates/certificate-scenarios)
198
- Create certificates using your Public Key Infrastructure.
199
-- Create certificates using C# (see bellow)
+- Create certificates using C# (see below)
200
201
```csharp
202
var name = "MySelfSignedCertificate";
0 commit comments