From 483c5e847e04fc7a4eacf45b575cecd44452bc5e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s" Date: Thu, 14 Apr 2011 11:33:54 -0400 Subject: [PATCH] --- testing/myproxy.mdwn | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 testing/myproxy.mdwn diff --git a/testing/myproxy.mdwn b/testing/myproxy.mdwn new file mode 100644 index 0000000..4d0b91a --- /dev/null +++ b/testing/myproxy.mdwn @@ -0,0 +1,23 @@ +# Testing MyProxy with Moonshot support + +## Prerequsities + # apt-get install libglobus-gss-assist-dev + +## Build the MyProxy server and client + $ wget http://downloads.sourceforge.net/project/cilogon/myproxy/myproxy-5.3.tar.gz + $ tar xzf myproxy-5.3.tar.gz + $ cd myproxy-5.3 + $ patch + $ /usr/share/globus/globus-bootstrap.sh + $ ./configure --with-flavor=gcc32pthr --with-sasl2=/usr --sbindir=/usr/sbin + $ make + +## Configure the server + # ./myproxy-server -c ..... + +## Try obtaining a certificate for steve + $ export SASL_PATH=/usr/local/lib/sasl2 + $ export X509_CERT_DIR=/etc/ssl/certs + $ ./myproxy-logon -s localhost -n -l steve@local + +The PKI credentials will be in .... -- 2.1.4