mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add versions to the ACME config templates and update on upgrade
Put the ACME config files under normal IPA versioning so we can more seamlessly do updates to them. Signed-off-by: Rob Crittenden <rcritten@redhat.com> https://pagure.io/freeipa/issue/8712 Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
This commit is contained in:
committed by
Alexander Bokovoy
parent
d2d487bccc
commit
b1e72cb12e
@@ -1,2 +1,3 @@
|
||||
# VERSION 2 - DO NOT REMOVE THIS LINE
|
||||
engine.class=org.dogtagpki.acme.server.ACMEEngineConfigFileSource
|
||||
engine.filename=/etc/pki/pki-tomcat/acme/engine.conf
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# VERSION 2 - DO NOT REMOVE THIS LINE
|
||||
class=org.dogtagpki.acme.database.LDAPDatabase
|
||||
basedn=ou=acme,o=ipaca
|
||||
configFile=/etc/pki/pki-tomcat/ca/CS.cfg
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# VERSION 2 - DO NOT REMOVE THIS LINE
|
||||
# Parameters read by ACMEEngineConfigFileSource, i.e. these are
|
||||
# expected to be in the file pointed to by the 'filename' directive
|
||||
# above.
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# VERSION 2 - DO NOT REMOVE THIS LINE
|
||||
class=org.dogtagpki.acme.issuer.PKIIssuer
|
||||
url=https://$FQDN:8443
|
||||
profile=acmeIPAServerCert
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# VERSION 2 - DO NOT REMOVE THIS LINE
|
||||
authType=BasicAuth
|
||||
class=org.dogtagpki.acme.realm.DSRealm
|
||||
groupsDN=ou=groups,o=ipaca
|
||||
|
||||
Reference in New Issue
Block a user