Skip to content

Commit

Permalink
Remind people to remove defaults.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tashian committed May 30, 2024
1 parent 98d8b6f commit 83addde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tutorials/intermediate-ca-new-ca.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ $ mv intermediate_ca_key ~/.step/secrets/intermediate_ca_key
Verify that the `$(step path)/config/ca.json` is pointing to the correct location
for each of these files.

You may also wish to delete `$(step path)/config/defaults.json`,
if it exists,
and re-run `step ca bootstrap` with your new Root CA fingerprint.

That's it! You should now be able to start `step-ca` and generate X.509 certificates
that can be validated and authenticated by any software that trusts your root
certificate.
Expand Down

0 comments on commit 83addde

Please sign in to comment.