Skip to content

Commit

Permalink
Merge pull request #272 from smallstep/carl/fix-prod-etc-move
Browse files Browse the repository at this point in the history
Fix the mv command for moving the step path
  • Loading branch information
tashian authored Sep 26, 2023
2 parents f1faf69 + e2900e9 commit ad251f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions step-ca/certificate-authority-server-production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,8 @@ Note: _This section requires a Linux OS running `systemd` version 245 or greater

2. Move your CA configuration into a system-wide location. Run:

<CodeBlock language="shell-session" copyText="sudo mv $(step path) /etc/step-ca">
{`$ sudo mv $(step path) /etc/step-ca`}
<CodeBlock language="shell-session" copyText="sudo mv $(step path)/* /etc/step-ca">
{`$ sudo mv $(step path)/* /etc/step-ca`}
</CodeBlock>

Make sure your CA password is located in `/etc/step-ca/password.txt`,
Expand Down

0 comments on commit ad251f2

Please sign in to comment.