Hi,
I solved this by doing the following:
- SSH into vro 8
- run the following command
openssl req -nodes -newkey rsa:2048 -keyout vro8.mylab.local.key -out vro8.mylab.local.csr -subj "/C=AU/ST=Victoria/L=Melbourne/O=vleet apac/OU=testing/CN=vro8.mylab.local";
- That creates two files. one CSR and a Key
- use the CSR to get a signed cert
- upload the signed cert with the intermediate and root certs (ORDER: Host, intermediate, root)
- attach the key to the top of the file (Order: Private:host,intermediate,root) -> /root/cert.pem
- then run:
vracli certificate ingress --set /root/cert.pem - this showed an error about the sha254 but thats fine. just redrun the command
vracli certificate ingress --set /root/cert.pem -sha265 [the sha key from the error message] - wait till this finised
- the cd /opt/script
- and run ./deploy.sh
- This will take a while but work.
- Reload your browser
ENJOY!





