How to install multiple CA certificates at one go on the ProxySG
search cancel

How to install multiple CA certificates at one go on the ProxySG

book

Article ID: 166428

calendar_today

Updated On:

Products

ProxySG Software - SGOS

Issue/Introduction

Is there a faster way to install multiple CA certificates, without going through the GUI over and over?

Resolution

Use CLI commands to install CA certificate at one time on from Management Console > Configuration > General > Archive > Install configuration (text editor) > paste in the following command, then click Install.

ssl
inline ca-certificate <name of certificate e.g Verisign1>  <begin marker for certificate e.g testcert1> 

-----BEGIN CERTIFICATE-----

<Paste certificate here>

-----END CERTIFICATE-----
<same marker you have on top e.g testcert1> 

inline ca-certificate <name of certificate e.g Verisign2>  <begin marker for certificate e.g testcert2> 

-----BEGIN CERTIFICATE-----
 

<Paste 2nd certificate here>

-----END CERTIFICATE-----
<same marker you have on top e.g testcert2>

..

..

..

*add any additional certificates with the above commands here

exit