/usr/share/pki/ocsp/conf/acl.properties is in pki-ocsp 10.6.0-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | # ACL mapping
#
# Format:
# <mapping name> = <resource ID>,<operation>
# Example:
# users = certServer.ca.users,execute
account.login = certServer.ocsp.account,login
account.logout = certServer.ocsp.account,logout
# audit configuration
audit.read = certServer.log.configuration,read
audit.modify = certServer.log.configuration,modify
# audit logs
audit-log.read = certServer.log.content.signedAudit,read
groups = certServer.ocsp.groups,execute
selftests.read = certServer.ocsp.selftests,read
selftests.execute = certServer.ocsp.selftests,execute
users = certServer.ocsp.users,execute
|