From 42339ceca5f1c2dd2d606866e6acab0b173b9f63 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawm_gIgjzml0PLxoLQf9mEu2JK0rzUNAO4s" Date: Fri, 15 Apr 2011 04:08:59 -0400 Subject: [PATCH] --- testing/myproxy.mdwn | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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 -- 2.1.4