Reply to Message

View discussion in a popup

Replying to:
sbeaver
Leadership
Leadership

ok I finally got somewhere with this and let me share what I found.  In today's attempt I followed the steps in this link - http://www.virtualizationteam.com/cloud/generating-certificates-for-the-identity-appliancevcac-appli...  to create the certificate PEM files.  I did this for both the identity and cafe appliances.  Once it was changed on both, the cafe appliance finished it's startup and I found the shell-ui-app failed.  For the next step I started with the cafe appliance certificate and tried this method

RSA Private Key

openssl pkcs12 -in path _to_.pfx certificate_file-nocerts -out key.pem

RSA Private Key

PEM File

openssl pkcs12 -in path _to_.pfx certificate_file-clcerts -nokeys -out cert.pem

Certificate Chain

(Optional) Pass Phrase

n/a

Pass Phrase

When I used the output from this step for the cage all the services started and I was able to login to the default tenant as expected.

So to recap, for the identity appliance, I followed the steps in the link above and for the cafe appliance I used the RSA Private Key and PEM file commands which got me to where I need to be. 

Steve Beaver
VMware Communities User Moderator
VMware vExpert 2009 - 2020
VMware NSX vExpert - 2019 - 2020
====
Co-Author of "VMware ESX Essentials in the Virtual Data Center"
(ISBN:1420070274) from Auerbach
Come check out my blog: [www.virtualizationpractice.com/blog|http://www.virtualizationpractice.com/blog/]
Come follow me on twitter http://www.twitter.com/sbeaver

**The Cloud is a journey, not a project.**
Reply
0 Kudos