Skip to content

Commit

Permalink
language
Browse files Browse the repository at this point in the history
  • Loading branch information
spieglt committed Jan 24, 2024
1 parent f1e73cc commit 4fbc227
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -333,7 +333,7 @@ Note: _This section requires a Linux OS running `systemd` version 245 or greater
{`$ sudo chown -R step:step /etc/step-ca`}
</CodeBlock>
Point your `ca.conf` file to the new database location.
Modify your `ca.conf` file to point to the new database location:
<CodeBlock language="shell-session">
{`cat <<< $(jq '.db.dataSource = "/etc/step-ca/db"' /etc/step-ca/config/ca.json) > /etc/step-ca/config/ca.json`}
</CodeBlock>
Expand Down

0 comments on commit 4fbc227

Please sign in to comment.