Skip to content

Commit e6e18d8

Browse files
authored
Merge pull request #1068 from DuendeSoftware/maartenba-patch-1
Fix formatting of links in key-management.md
2 parents 7bb23f7 + bb894a0 commit e6e18d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

astro/src/content/docs/identityserver/fundamentals/key-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ var idsvrBuilder = builder.Services.AddIdentityServer(options =>
119119
### Key Storage
120120

121121
Automatic 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
123123
extensibility point to customize the storage of your keys (perhaps using a key
124124
vault 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

0 commit comments

Comments
 (0)