Skip to content
Open
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
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 @@ -365,8 +365,8 @@ Note: _This section requires a Linux OS running `systemd` version 245 or greater

The service user will only be used by `systemd` to manage the CA. Run:

<CodeBlock language="shell-session" copytext="sudo useradd --user-group --system --home /etc/step-ca --shell /bin/false step">
{`$ sudo useradd --user-group --system --home /etc/step-ca --shell /bin/false step`}
<CodeBlock language="shell-session" copytext="sudo useradd --user-group --system --create-home --home /etc/step-ca --shell /bin/false step">
{`$ sudo useradd --user-group --system --create-home --home /etc/step-ca --shell /bin/false step`}
</CodeBlock>

If your CA will bind to port 443, the `step-ca` binary will need to be
Expand Down