Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion step-ca/cryptographic-protection.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ Here are some notes on granting a custom IAM role that provides step-ca with acc

## Azure Key Vault

[Azure Key Vault](https://azure.microsoft.com/en-us/products/key-vault) is Microsoft's managed key management service.
[Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/overview) is Microsoft's managed key management service.

### Authentication

Expand Down
2 changes: 1 addition & 1 deletion step-ca/provisioners.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ a Certificate Signing Request (CSR) is sent to the CA
along with a short-lived JSON Web Token (JWT) which authenticates the request.

The JWK provisioner can be useful for custom integrations.
JWTs are easy to [generate programmatically](https://jwt.io/#libraries-io),
JWTs are easy to [generate programmatically](https://jwt.io/libraries),
without using `step`.
We have written a few [example clients](https://github.com/smallstep/clients/tree/main) for demonstration purposes.

Expand Down