Management Center Script to import certificates to ISG
search cancel

Management Center Script to import certificates to ISG

book

Article ID: 370771

calendar_today

Updated On:

Products

Management Center Management Center - VA SSP SSP-S210 PLATFORM SSP-S410 SSP-S410 PLATFORM ISG Content Analysis ISG Proxy

Issue/Introduction

Import Management Center (MC) certificates or web server certificates to an SSP appliance (ISG).

Resolution

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