Run this command to copy the current VMCA root certificate and rename it to cachain.crt.
more C:\certs\root.cer >> C:\certs\cachain.crt
Run this command to create Machine SSL Certificate that contains the newly created certificate and the VMCA root certificate named psc-ha-vip-chain.crt.
more C:\certs\psc-ha-vip.crt >> C:\certs\psc-ha-vip-chain.crt more C:\certs\cachain.crt >> C:\certs\psc-ha-vip-chain.crt
Generating a certificate from an external certificate authority
Run these commands to create a certificate chain named psc-ha-vip-chain.crt, using the Root CA, Machine SSL Certificate, and any Intermediate CA(s).
Note: Depending on the certificate server configuration adding the CustomInterCA#.crt may not be needed.
more C:\certs\psc-ha-vip.crt >> C:\certs\psc-ha-vip-chain.crt more C:\certs\CustomInterCA1.crt >> C:\certs\psc-ha-vip-chain.crt more C:\certs\CustomInterCA2.crt >> C:\certs\psc-ha-vip-chain.crt more C:\certs\CustomRootCA.crt >> C:\certs\psc-ha-vip-chain.crt
If there is intermediate certificates, run these commands to create a cachain.crt of the intermediate certificates and the root certificate.
more C:\certs\CustomInterCA1.crt >> C:\certs\cachain.crt more C:\certs\CustomInterCA2.crt >> C:\certs\cachain.crt more C:\certs\CustomRootCA.crt >> C:\certs\cachain.crt
Provide the paths to the psc-ha-vip-chain.crt, psc-ha-vip.key and cachain.crt files created in the Preparing Certificates section.
For example:
Please provide valid custom certificate for Machine SSL. File : C:\certs\psc-ha-vip-chain.crt Please provide valid custom key for Machine SSL. File : C:\certs\psc-ha-vip.key Please provide the signing certificate of the Machine SSL certificate File : C:\certs\cachain.crt Important: Replace the Machine SSL Certificate of the additional PSC using the same certificate.