Import Management Center (MC) certificates or web server certificates to an SSP appliance (ISG).
An example script for MC to import the certificate to the ISG (see Referencing ISG applications in Management Center scripts on how to create an ISG script):
configure
ssl
inline ca-certificate RootCA
-----BEGIN CERTIFICATE-----
<insert certificate contents between tags>
-----END CERTIFICATE-----
${@decode 0x04}
!- MC: pause
!- MC: pause
!- MC: pause
!- MC: pause
Inline ca-certificate IntermediateCA
-----BEGIN CERTIFICATE-----
<insert certificate contents between tags>
-----END CERTIFICATE-----
${@decode 0x04}
!- MC: pause
!- MC: pause
!- MC: pause
!- MC: pause
edit ccl browser-trusted
add RootCA
add IntermediateCA
!- MC: pause
!- MC: pause
!- MC: pause
!- MC: pause
exit
exit
exit