05.08.2013 Views

InterScanTM Messaging Security Virtual Appliance - Online Help ...

InterScanTM Messaging Security Virtual Appliance - Online Help ...

InterScanTM Messaging Security Virtual Appliance - Online Help ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Trend Micro InterScan <strong>Messaging</strong> <strong>Security</strong> <strong>Virtual</strong> <strong>Appliance</strong> Administrator’s Guide<br />

Creating an SSL Certificate<br />

2-4<br />

Do the following:<br />

1. Create the Tomcat SSL certificate for the IMSVA Web management console, as<br />

follows:<br />

$IMSS_HOME/UI/javaJRE/bin/keytool -genkey -alias tomcat<br />

-keyalg RSA -sigalg SHA1withRSA -keystore<br />

with a password value of changeit for both the certificate and the keystore itself<br />

$IMSS_HOME/UI/tomcat/sslkey/.keystore -validity 3652<br />

Note: The IMSVA Web management console listens on port 8444. The EUQ Web<br />

management console listens on port 8446.<br />

For more details on SSL configuration in Tomcat, visit:<br />

http://tomcat.apache.org/tomcat-6.0-doc/ssl-howto.html<br />

2. Create the Apache SSL certificate for the EUQ Web management console, as<br />

follows:<br />

a. Generate a Private Key and Certificate Signing Request (CSR):<br />

openssl req -new > new.cert.csr<br />

b. Remove pass-phrase from the key:<br />

openssl rsa -in privkey.pem -out new.cert.key<br />

c. Generate a Self-Signed Certificate:<br />

openssl x509 -in new.cert.csr -out new.cert.cert -req<br />

-signkey new.cert.key -days 3652 -sha1<br />

Note: The IMSVA Web management console listens on port 8445. The EUQ<br />

Web management console listens on port 8447.<br />

d. Copy the certificate and key to the Apache path:<br />

cp new.cert.cert<br />

/opt/trend/imss/UI/apache/conf/ssl.crt/server.crt<br />

cp new.cert.key<br />

/opt/trend/imss/UI/apache/conf/ssl.key/server.key

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!