1 |
--- |
2 |
|
3 |
# Fill in the Master Portal DN. This is going to be trusted by the MyProxy |
4 |
# Credential Store. This is generally the hostcert DN of the Master Portal |
5 |
|
6 |
credstore_accepted_credentials: "/C=NL/O=Example/OU=Org/CN=masterportal" |
7 |
credstore_authorized_retrievers: "/C=NL/O=Example/OU=Org/CN=masterportal" |
8 |
credstore_authorized_renewers: "/C=NL/O=Example/OU=Org/CN=masterportal" |
9 |
credstore_trusted_retrievers: "/C=NL/O=Example/OU=Org/CN=masterportal" |
10 |
|
11 |
# Maximum lifetime of issued proxies by the Credential Store |
12 |
|
13 |
credstore_max_proxy_lifetime: 12 |
14 |
|
15 |
# IP address of the Master Portal trusted by this Credential Store (only |
16 |
# used for IP table rules. Ignore this if Credential Store is running |
17 |
# on the same host as the Master Portal |
18 |
|
19 |
masterportal_address: 123.123.123.123 |
20 |
|