Some basic configurations. These sections need to be paired with frontend
modules like mod_crl, mod_ocsp, mod_spkac, mod_scep or mod_timestamp in
order to be useful.

<IfModule mod_ca_simple.c>
  CASimpleCertificate /Users/minfrin/ca/ca-cert.pem
  CASimpleKey /Users/minfrin/ca/private/ca-key.pem
</IfModule>

<IfModule mod_ca_engine.c>
  CAEngineDevice dynamic
  CAEnginePreCommand SO_PATH /Library/OpenSC/lib/engines/engine_pkcs11.so
  CAEnginePreCommand ID pkcs11
  CAEnginePreCommand LIST_ADD 1
  CAEnginePreCommand LOAD
  CAEnginePreCommand MODULE_PATH /usr/lib/opensc-pkcs11.so
  CAEngineCertificate /Users/minfrin/ca/ca-cert.pem
  CAEngineKey slot_1-974821615baa6b0bb1402deda9b7d38e4fd9c5f1
</IfModule>

<IfModule mod_ca_crl.c>
  CACRLCertificateRevocationList /Users/minfrin/ca/ca-crl.pem
</IfModule>