Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Oct 2021 08:23:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 258827] security/step-certificates: step-ca fails to start in the init process included SSH certs
Message-ID:  <bug-258827-7788-e7dQuIhQVI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-258827-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-258827-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258827

--- Comment #1 from Markus Wipp <mw@wipp.bayern> ---
Hi Adam,=20

unfortunately I have not been able to reproduce your issue #1. Is there
anything else you might have changed from the default installation?

Regarding #2 I fixed the init script in the newest version 0.17.4 of
step-certificates and also added --ssh to the init-command. If you want to
modify this by hand before it's committed:

@@ -59,8 +59,10 @@ step_ca_startprecmd()
                echo "No configured Step CA found."
                echo "Creating new one...."
                export STEPPATH=3D${step_ca_steppath}
-               %%PREFIX%%/bin/step ca init
+               %%PREFIX%%/bin/step ca init --ssh
                chown -R ${step_ca_user}:${step_ca_group} ${step_ca_steppat=
h}
+       else
+               export STEPPATH=3D${step_ca_steppath}
        fi

        if [ ! -e ${step_ca_password} ]; then

If you need further help, please let me know.

Thanks
Markus

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-258827-7788-e7dQuIhQVI>