File tree Expand file tree Collapse file tree
astro/src/content/docs/identityserver/fundamentals Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ var idsvrBuilder = builder.Services.AddIdentityServer(options =>
119119### Key Storage
120120
121121Automatic Key Management stores keys through the abstraction of the
122- [ ISigningKeyStore] ( /identityserver/data/operational.md#keys ) . You can implement this
122+ [ ` ISigningKeyStore ` ] ( /identityserver/data/operational.md#keys ) . You can implement this
123123extensibility point to customize the storage of your keys (perhaps using a key
124124vault of some kind), or use one of the two implementations of the
125125` ISigningKeyStore ` that we provide:
@@ -229,7 +229,7 @@ include:
229229 [ New-SelfSignedCertificate] ( https://learn.microsoft.com/en-us/powershell/module/pki/new-selfsignedcertificate?view=windowsserver2022-ps )
230230 to self-sign your own certificate
231231- Create certificates
232- using [ Azure KeyVault ] ( https://learn.microsoft.com/en-us/azure/key-vault/certificates/certificate-scenarios )
232+ using [ Azure Key Vault ] ( https://learn.microsoft.com/en-us/azure/key-vault/certificates/certificate-scenarios )
233233- Create certificates using your Public Key Infrastructure.
234234- Create certificates using C# (see below)
235235
You can’t perform that action at this time.
0 commit comments