(no commit message)
[devwiki.git] / 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
-    $ ./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