Configuring ACME with InMemory Database - dogtagpki/pki GitHub Wiki
This document describes the process to configure ACME responder to use an in-memory database.
A sample in-memory database configuration is available at /usr/share/pki/acme/database/in-memory/database.conf.
To use an in-memory database, copy the sample database.conf
into the /var/lib/pki/pki-tomcat/conf/acme
folder,
or execute the following command:
$ pki-server acme-database-mod --type in-memory
The database.conf
should look like the following:
class=org.dogtagpki.acme.database.InMemoryDatabase
There are no parameters to configure for in-memory database.