-
Notifications
You must be signed in to change notification settings - Fork 139
Configuring ACME with InMemory Database
Endi S. Dewata edited this page Dec 6, 2024
·
1 revision
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.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |