From: John Wilkins Date: Tue, 18 Jun 2013 22:14:30 +0000 (-0700) Subject: doc: Fixed OpenStack Keystone instruction. X-Git-Tag: v0.66~51 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=75b6c82912ad4d44995f4d343fbcf85387d49e3c;p=ceph.git doc: Fixed OpenStack Keystone instruction. fixes: #5178 --- diff --git a/doc/radosgw/config.rst b/doc/radosgw/config.rst index 0c3b22a0fd4..9db01f808b6 100644 --- a/doc/radosgw/config.rst +++ b/doc/radosgw/config.rst @@ -369,7 +369,7 @@ Keystone uses for creating the requests to the nss db format, for example:: openssl x509 -in /etc/keystone/ssl/certs/ca.pem -pubkey | \ certutil -d /var/ceph/nss -A -n ca -t "TCu,Cu,Tuw" openssl x509 -in /etc/keystone/ssl/certs/signing_cert.pem -pubkey | \ - certutil -d /var/ceph/nss -A -n signing_cert -t "TCu,Cu,Tuw" + certutil -A -d /var/ceph/nss -n signing_cert -t "P,P,P" Enabling Subdomain S3 Calls