Making the certificate key password available to OpenXPKI

  1. Change the value in the nano /etc/openxpki/config.d/system/crypto.yaml file.
  2. Uncomment the cache: daemon under secret: default:
    secret:
      default:
        label: Global Secret group
        export: 0
        method: literal
        value: root
        cache: daemon