There was an error while loading. Please reload this page.
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:
database.conf
/var/lib/pki/pki-tomcat/conf/acme
$ 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.
Introduction
Quick Start
Installation Guide
User Guide
Programming Guide
Development Guide