-
Notifications
You must be signed in to change notification settings - Fork 139
Configuring ACME with InMemory Realm
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 realm.
A sample in-memory realm configuration is available at /usr/share/pki/acme/realm/in-memory/realm.conf.
To use an in-memory realm, copy the sample realm.conf
into the /var/lib/pki/pki-tomcat/conf/acme
folder,
or execute the following command:
$ pki-server acme-realm-mod --type in-memory
The realm.conf
should look like the following:
class=org.dogtagpki.acme.realm.InMemoryRealm
username=admin
password=Secret.123
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |