Skip to content

Configuring ACME with InMemory Realm

Endi S. Dewata edited this page Dec 6, 2024 · 1 revision

Overview

This document describes the process to configure ACME responder to use an in-memory realm.

Configuring ACME 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

See Also

Clone this wiki locally