Use the following procedure (adapt for the local file system and
environment) to establish that Server and CA certificates represent the "same"
issuer (CA).
$ OPENSSL == "$HT_ROOT:[SRC.OPENSSL-0_9_6E.AXP.EXE.APPS]OPENSSL.EXE"
$!(check the CA of the Server certificate currently in use)
$ OPENSSL x509 -issuer -noout -in HT_ROOT:[LOCAL]HTTPD.PEM
issuer= /C=AU/ST=SA/L=Adelaide/O=WASD HTTPd CA Cert/OU=OpenSSL 0.9.6e Testing Only
/CN=WASD VMS Hypertext Services/Email=Mark.Daniel@wasd.vsm.com.au
$!(now check the CA of the CA certificate that is about to be loaded)
$ OPENSSL x509 -issuer -noout -in HT_ROOT:[SRC.OPENSSL-0_9_6E.WASD.CERT]_CACERT.PEM
issuer= /C=AU/ST=SA/L=Adelaide/O=WASD HTTPd CA Cert/OU=OpenSSL 0.9.6e Testing Only
/CN=WASD VMS Hypertext Services/Email=Mark.Daniel@wasd.vsm.com.au
Compare the output (italicised) from the OPENSSL command on both files. They
should be identical.