+-------------------------------------------------------------------------------
| Running step-ca on OpenBSD
+-------------------------------------------------------------------------------

Initialization
==============

The step-cli package is required and must be used to initialize Step CA.
Execute the following command as user _step-ca to initialize Step CA.

# su -s /bin/sh _step-ca -c "env STEPPATH=/var/step-ca step ca init"

Step CA cannot bind to privileged ports. During initialization select a port
above 1024.

Add the CA cert to system store
===============================

The root certificate for step-ca is stored in /var/step-ca/certs/root_ca.crt
which should be added to the system by appending it to /etc/ssl/cert.pem

# cat /var/step-ca/certs/root_ca.crt >> /etc/ssl/cert.pem
