-
Notifications
You must be signed in to change notification settings - Fork 162
OCSP ACL
The default OCSP ACL is defined in /usr/share/pki/ocsp/database/ds/acl.ldif. When OCSP is installed, the ACL will be stored in the following entry which can be customized as needed:
dn: cn=aclResources,dc=ocsp,dc=pki,dc=example,dc=com objectClass: top objectClass: CertACLS cn: aclResources resourceACLS: ... ...
Administrators, auditors, and agents are allowed to read CMS general configuration but only administrators are allowed to modify and delete.
Operations:
-
read -
modify -
delete
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Online Certificate Status Manager Agents" -
allow (modify,delete) group="Administrators"
Administrators, agents and auditors are allowed to read ACL configuration but only administrators allowed to modify.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Online Certificate Status Manager Agents" || group="Auditors" -
allow (modify) group="Administrators"
Administrators, Agents, and auditors are allowed to read the log configuration but only administrators are allowed to modify.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Online Certificate Status Manager Agents" -
allow (modify) group="Administrators"
Anybody is allowed to read domain.xml but only Subsystem group and Enterprise Administrators are allowed to modify the domain.xml.
Operations:
-
read -
modify
Rules:
-
allow (read) user="anybody" -
allow (modify) group="Subsystem Group" || group="Enterprise OCSP Administrators"
Nobody is allowed to modify a fileName parameter.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Online Certificate Status Manager Agents" -
deny (modify) user=anybody
Nobody is allowed to modify an expirationTime parameter.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Auditors" || group="Online Certificate Status Manager Agents" -
deny (modify) user=anybody
Only auditor is allowed to read the signed audit log.
Operations:
-
read
Rules:
-
allow (read) group="Auditors"
Administrators, auditors, and agents are allowed to read the log content.
Operations:
-
read
Rules:
-
allow (read) group="Administrators" || group="Online Certificate Status Manager Agents" || group="Auditors"
Administrators, auditors, and agents are allowed to read the log content.
Operations:
-
read
Rules:
-
allow (read) group="Administrators" || group="Online Certificate Status Manager Agents" || group="Auditors"
Administrators, agents, and auditors are allowed to read authentication configuration but only administrators allowed to modify.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Online Certificate Status Manager Agents" || group="Auditors" -
allow (modify) group="Administrators"
Administrators, Agents, and auditors are allowed to read ocsp configuration but only administrators allowed to modify.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Online Certificate Status Manager Agents" || group="Auditors" -
allow (modify) group="Administrators"
This ACL is shared by all admin servlets.
Operations:
-
read -
modify
Rules:
-
allow (read) group="Administrators" || group="Online Certificate Status Manager Agents" || group="Auditors" -
allow (modify) group="Administrators"
Online Certificate Status Manager agents may read ocsp information.
Operations:
-
read
Rules:
-
allow (read) group="Online Certificate Status Manager Agents"
Any clients can submit ocsp requests.
Operations:
-
submit
Rules:
-
allow (submit) ipaddress=".*"
Anybody may add or retrieve CRL.
Operations:
-
read -
add
Rules:
-
allow (read,add) user="anybody"
Online Certificate Status Manager agents and Trusted Managers may add CRL.
Operations:
-
add
Rules:
-
allow (add) group="Online Certificate Status Manager Agents" || group="Trusted Managers"
Online Certificate Status Manager agents may add Certificate Authority.
Operations:
-
add
Rules:
-
allow (add) group="Online Certificate Status Manager Agents"
Online Certificate Status Manager agents may list Certificate Authorities.
Operations:
-
list
Rules:
-
allow (list) group="Online Certificate Status Manager Agents"
Online Certificate Status Manager agents may validate certificate status.
Operations:
-
validate
Rules:
-
allow (validate) group="Online Certificate Status Manager Agents"
Only administrators are allowed to read and modify groups.
Operations:
-
read -
modify
Rules:
-
allow (modify,read) group="Administrators"
Only Enterprise Administrators are allowed to clone the configuration.
Operations:
-
read -
modify
Rules:
-
allow (modify,read) group="Enterprise CA Administrators" || group="Enterprise KRA Administrators" || group="Enterprise OCSP Administrators" || group="Enterprise TKS Administrators"
Anybody can login and logout.
Operations:
-
login -
logout
Rules:
-
allow (login,logout) user="anybody"
Admins may execute group operations.
Operations:
-
execute
Rules:
-
allow (execute) group="Administrators"
Only admins can access selftests.
Operations:
-
read -
execute
Rules:
-
allow (read,execute) group="Administrators"
Admins may execute user operations.
Operations:
-
execute
Rules:
-
allow (execute) group="Administrators"
|
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |