(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s <Daniel@web>
Fri, 15 Apr 2011 08:08:59 +0000 (04:08 -0400)
committerwww-data <www-data@project-moonshot.org>
Fri, 15 Apr 2011 08:08:59 +0000 (04:08 -0400)
testing/myproxy.mdwn

index c7f7dcb..3b043b4 100644 (file)
 ## Try obtaining a certificate for steve
     $ export SASL_PATH=/usr/local/lib/sasl2
     $ export X509_CERT_DIR=/etc/ssl/certs
 ## 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
+    $ ./myproxy-logon -s localhost -n -l steve@local -o /tmp/creds.pem
 
 
-The PKI credentials will be in ....
+The client will prompt for the steve's password and finishes saying
+
+    'A credential has been received for user steve@local in /tmp/cred.pem.'
+You can check the obtained credentials with
+
+    $ openssl x509 -in /tmp/cred.pem -noout -text |less