Yes, i have `/etc/pki/pki-tomcat/Catalina/localhost/acme.xml`

```
$ sudo cat /etc/pki/pki-tomcat/Catalina/localhost/acme.xml
<!--
Copyright Red Hat, Inc.

SPDX-License-Identifier: GPL-2.0-or-later
-->
<Context docBase="/usr/share/pki/acme/webapps/acme" crossContext="true">
  <Manager secureRandomProvider="Mozilla-JSS" 
secureRandomAlgorithm="pkcs11prng"/>
  <Valve className="com.netscape.cms.tomcat.ExternalAuthenticationValve"/>
  <Valve className="com.netscape.cms.tomcat.SSLAuthenticatorWithFallback" 
alwaysUseSession="true" secureRandomProvider="Mozilla-JSS" 
secureRandomAlgorithm="pkcs11prng"/>
  <Realm className="com.netscape.cms.tomcat.ProxyRealm"/>
  <Resources allowLinking="true"/>
</Context>
```

vadim
-- 
_______________________________________________
FreeIPA-users mailing list -- freeipa-users@lists.fedorahosted.org
To unsubscribe send an email to freeipa-users-le...@lists.fedorahosted.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedorahosted.org/archives/list/freeipa-users@lists.fedorahosted.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to