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

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

Step CA needs to be initialized by the _step-ca user in the
directory /var/step-ca via

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

Running the service
===================

Step CA needs to be told which config file to load when starting the rcctl
service script by setting the appropriate flags

# rcctl enable step_ca
# rcctl set step_ca flags --config config/ca.json

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

The default 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
