Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 255 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 255 Bytes

keystone-devel

To test tokenless auth

curl --cacert /etc/keystone/ca.pem --cert user_cert.pem --key user_private_key.pem https://192.168.0.10/identity/v3/projects -H 'X-project-name: admin' -H 'x-project-domain-name: Default' | python -m json.tool