Red Hat Summit 2017 S102320: Button Push Deployments With Integrated Red Hat Open Management

My 2017 redhat summit talk Button Push Deployments With Integrated Red Hat Open Management got accepted. I have the big honor of sharing the talk not just with my last years co presenter Michael Dahlgren but also with Red Hat EMEA’S configuration management extraordinaire Maxim Burgerhout. As we combine our talks you can expect an…

Read More

OpenStack Instance console not trusted by browser

Fix invalid cert for Instance Console scp root@controller:/etc/pki/tls/certs/ssl_ps_server.crt . scp -r root@controller:/etc/pki/tls/private/ssl_ps_server.key . scp -r root@controller:/etc/pki/tls/certs/ssl_ps_chain.crt . openssl pkcs12 -export -out openstack.p12 -inkey ssl_ps_server.key -in ssl_ps_server.crt -certfile ssl_ps_chain.crt This will spit out a openstack.p12 file which can be imported and trusted in firefox.

Read More