Attempt to upload certificate used for HTTPS Access (web management console) results with an error "failure".
When reviewing CAS audit log following error is observed:
"Certificate import error: Server certificate chain is missing!"
CA certificates are missing from certificate file.
CA certificate, intermediate certificate and hostname certificate should be present in a single certificate file.
Certificates and private key should be converted to .pfx file.
Following OpenSSL command can be used:
Note: This requires operating system with OpenSSL utility installed
openssl pkcs12 -export -out certificate.pfx -inkey private.key -in fullchain.crt
Where: