(no commit message)
[devwiki.git] / testing / myproxy.mdwn
1 # Testing MyProxy with Moonshot support
2
3 ## Prerequsities
4     # apt-get install libglobus-gss-assist-dev
5
6 ## Build the MyProxy server and client
7     $ wget http://downloads.sourceforge.net/project/cilogon/myproxy/myproxy-5.3.tar.gz
8     $ tar xzf myproxy-5.3.tar.gz
9     $ cd myproxy-5.3
10     $ patch
11     $ /usr/share/globus/globus-bootstrap.sh
12     $ ./configure --with-flavor=gcc32pthr --with-sasl2=/usr --sbindir=/usr/sbin
13     $ make
14
15 ## Configure the server
16     # ./myproxy-server -c .....
17
18 ## Try obtaining a certificate for steve
19     $ export SASL_PATH=/usr/local/lib/sasl2
20     $ export X509_CERT_DIR=/etc/ssl/certs
21     $ ./myproxy-logon -s localhost -n -l steve@local
22
23 The PKI credentials will be in ....