doc: Fixed OpenStack Keystone instruction.

fixes: #5178
This commit is contained in:
John Wilkins 2013-06-18 15:14:30 -07:00
parent c819dcc26e
commit 75b6c82912

View File

@ -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