October 2015
Intermediate to advanced
210 pages
4h 23m
English
Keystone uses cryptographically signed tokens with a private key and are matched against x509 certificate with public key. Chatper 5, Glance Image Service discusses advanced configurations. In this recipe, we will use keystone-manage pki_setup command to generate PKI key pairs and configure Keystone to use it.
Proceed with the following steps:
keystone-manage pki_setup command:
[root@controller ~]# keystone-manage pki_setup --keystone-user keystone --keystone-group keystone
In keystone-manage pki_setup, we use Keystone Linux user and group accounts, which were created when openstack-keystone packaged was installed.
Read now
Unlock full access