To prevent HTTPS warnings when accessing your IGS user interface you will need to obtain and import an SSL certificate.
To complete this task you will need to use an existing, valid certificate that your organization currently owns, or purchase a certificate from a trusted Certificate Authority. You need access to the IGS UI and the Clearswift Server Console to complete the task.
The certificate should comprise two files:
where hostname is the hostname of your IGS.
The hostname specified in the certificate must match the hostname of your IGS. |
To enable an SSH session:
From the Home page, click System > Security > SSH Access.
SSH configuration options are displayed.
From the SSH client, connect to your IGS.
Leaving SSH access enabled for extended periods might represent a security risk. You should consider disabling SSH when not using it. |
From the Clearswift Server Console, select Open Terminal Session..
A terminal session window is displayed.
From the command line type the following:
keytool -importcert -file {hostname}.cert -keystore /srv/tomcat/igpadmin/conf/igp.keystore -alias '{alias}'
where:
alias is your chosen name to identify the certificate.
When defining alias, do not use ‘igp’ as this is a reserved alias.. |
Add the following attribute to the <Connector>
settings node (below the server attribute):
KeyAlias="{alias}"
where alias is your chosen name to identify the certificate.
Restart the administration UI application by typing the following command:
sudo igp-servicecontrol restart igpadmin
© 1995–2018 Clearswift Ltd.