From: https://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s Date: Fri, 15 Apr 2011 08:08:59 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://www.project-moonshot.org/gitweb/?p=devwiki.git;a=commitdiff_plain;h=42339ceca5f1c2dd2d606866e6acab0b173b9f63 --- diff --git a/testing/myproxy.mdwn b/testing/myproxy.mdwn index c7f7dcb..3b043b4 100644 --- a/testing/myproxy.mdwn +++ b/testing/myproxy.mdwn @@ -47,6 +47,11 @@ ## 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