Skip to content

Commit

Permalink
Merge pull request #314 from smallstep/carl/0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian authored Mar 29, 2024
2 parents 8aca50d + 9174272 commit 949e17b
Show file tree
Hide file tree
Showing 6 changed files with 938 additions and 786 deletions.
4 changes: 4 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1498,6 +1498,10 @@
"title": "Registration Authority Mode",
"path": "/step-ca/registration-authority-ra-mode.mdx"
},
{
"title": "Cryptographic Protection",
"path": "/step-ca/cryptographic-protection.mdx"
},
{
"title": "Integrations",
"path": "/step-ca/integrations.mdx"
Expand Down
2 changes: 1 addition & 1 deletion step-ca/certificate-authority-server-production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ For durability, keep at least two copies of your root key, in separate locations
5. Configure `step-ca` to use the signed root and intermediate certificates
6. Configure `step-ca` to access the cloud HSM or KMS intermediate key for online signing operations

See the [Cryptographic Protection](./configuration.mdx#cryptographic-protection) section of our [Configuration Guide](./configuration.mdx) to learn more about your options for using HSMs or cloud KMS with `step-ca`.
See [Cryptographic Protection](./cryptographic-protection.mdx) to learn more about your options for using HSMs or cloud KMS with `step-ca`.

### Use Strong Passwords and Store Them Well

Expand Down
Loading

0 comments on commit 949e17b

Please sign in to comment.