Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<config>
3
	<client>
4
		<callbackUri>https://mn-demo-4.test.dataone.org/knb/ready</callbackUri>
5
		<serviceUri>https://cilogon.org/oauth</serviceUri>
6
		<authorizeUri>https://cilogon.org/delegate</authorizeUri>
7
		<!-- <skin>DataONE</skin> -->
8
		<lifetime>864000</lifetime>
9
		<!-- These values need to be configured for your system and are part of the MyProxy registration -->
10
		<privateKeyFile>/etc/ssl/private/_.test.dataone.org.key.pk8</privateKeyFile>
11
		<publicKeyFile>/etc/ssl/certs/_.test.dataone.org.crt.publickey</publicKeyFile>
12
		<!-- <id>MYPROXY_ID</id> -->
13
		<id>myproxy:oa4mp,2012:/client/14866728c43d90adfe6dbd7682c35aba</id>		
14

    
15
		<!-- in-memory store -->
16
		<memoryStore>
17
			<assetStore/>
18
			<transactions/>
19
			<clients/>
20
			<clientApprovals/>
21
		</memoryStore>
22
		
23
		<!-- for postgres-based storage of the certificates -->
24
		<!--
25
		<postgresql 
26
			username="oa4mp" 
27
			password="oa4mp" 
28
			driver="org.postgresql.Driver"
29
			host="cn.dataone.org"
30
			port="5432" 
31
			schema="oauth" 
32
			database="oauth" 
33
			tablename="assets" 
34
			prefix="oauth">
35
			<assetStore/>
36
			<transactions/>
37
			<clients/>
38
			<clientApprovals/>
39
		</postgresql>
40
		-->
41
		
42
		<enableAssetCleanup>true</enableAssetCleanup>
43
		<maxAssetLifetime>865000</maxAssetLifetime>
44
		
45
		<logging
46
			logFileName="/var/log/tomcat6/portal.log"
47
			logName="oa4mp"
48
			logSize="1000000"
49
			logFileCount="2"
50
			debug="true"/>
51
		
52
	</client>
53
</config>
(17-17/27)