From 217c0228978bd73ab5ae1f6ba8e59353f9bae785 Mon Sep 17 00:00:00 2001 From: Kaita Nakamura Date: Thu, 19 Jun 2025 08:09:59 +0900 Subject: [PATCH] fix: useradd in Running step-ca as a Daemon Signed-off-by: Kaita Nakamura --- step-ca/certificate-authority-server-production.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/step-ca/certificate-authority-server-production.mdx b/step-ca/certificate-authority-server-production.mdx index 029d8ddb..fb666f97 100644 --- a/step-ca/certificate-authority-server-production.mdx +++ b/step-ca/certificate-authority-server-production.mdx @@ -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: - - {`$ sudo useradd --user-group --system --home /etc/step-ca --shell /bin/false step`} + + {`$ sudo useradd --user-group --system --create-home --home /etc/step-ca --shell /bin/false step`} If your CA will bind to port 443, the `step-ca` binary will need to be