summaryrefslogtreecommitdiffstats
path: root/base/ocsp/shared/conf/acl.properties
blob: e8188b87cd2507635a19299ef8631d1421807e3d (plain)
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