Configuring SSL » History » Version 1
Luke Murphey, 04/09/2010 12:24 AM
1 | 1 | Luke Murphey | h1. Configuring SSL |
---|---|---|---|
2 | 1 | Luke Murphey | |
3 | 1 | Luke Murphey | By default, the web-interface does not use SSL. Follow the directions below to create an SSL certificate and configure NSIA to use it: |
4 | 1 | Luke Murphey | |
5 | 1 | Luke Murphey | h2. Creating the Keystore |
6 | 1 | Luke Murphey | |
7 | 1 | Luke Murphey | Create a new certificate using the keytool application. Below is an example: |
8 | 1 | Luke Murphey | |
9 | 1 | Luke Murphey | <pre> |
10 | 1 | Luke Murphey | keytool -genkey -alias nsia -keypass Pa55w0rd |
11 | 1 | Luke Murphey | </pre> |
12 | 1 | Luke Murphey | |
13 | 1 | Luke Murphey | Put the keystore file in the NSIA installation directory with the file name of "etc/keystore". |
14 | 1 | Luke Murphey | |
15 | 1 | Luke Murphey | h2. Configuring NSIA to Use SSL |
16 | 1 | Luke Murphey | |
17 | 1 | Luke Murphey | Open NSIA and navigate to the configuration page (http://127.0.0.1:8080/System/Configuration). Go down to "Server Subsystem" and check the box next to "Enable SSL". Restart NSIA and verify that the certificate was loaded. Note that the defautl port when using SSL is port 8443 (e.g. https://127.0.0.1:8443). |