Restricting ports 509, 5250, 8443 and 9443 to TLSv1.2 with strong ciphers
509 : EEM (CA Directory, itechpoz)
5250: EEM GUI
8443: CA WCC Tomcat port
9443: CA AEWS Tomcat port
<secureProtocol/> tag in the section <port>5250</port> and make it look like <secureProtocol>TLSv1_2</secureProtocol><cipherlist/> tag in the section <port>5250</port> and make it look like <cipherlist>ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256</cipherlist><secureProtocol>TLSv1_2</secureProtocol><cipherlist>ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256</cipherlist>
Note: Ciphers supported by EEM
Example Path locations:
Linux:
/opt/CA/SharedComponents/iTechnology
Windows:
C:\Program Files\CA\SharedComponents\iTechnology
Command to stop and start iGateway
Linux Stop Command:
run as root$IGW_LOC/S99igateway stop
Windows Stop Command:
Go to Windows services and stop CA iTechnology iGateway
Linux Start Command:
run as root$IGW_LOC/S99igateway start
Windows Start Command:
Go to Windows services and Start CA iTechnology iGateway
protocol = tls parameterprotocol = tlsv12cipher = section to make it look like: cipher = "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256"
The same cipherlist document above can be used.
Example from itechpoz.dxc:# # eiam repository # set ssl = { cert-dir = "config/ssld/personalities" ca-file = "config/ssld/itechpoz-trusted.pem" cipher = "ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256"protocol = tlsv12 };
Example Path locations:
Linux:
/opt/CA/SharedComponents/Directory/dxserver/config\ssld
Windows:
C:\Program Files\CA\SharedComponents\Directory\dxserver\config\ssld
Command to stop and start CA Directory
Linux Stop Command:su - dsacd /opt/CA/SharedComponents/CADirectory/dxserver/bin./dxserver stop all
Windows Stop Command:
Go to Windows services and stop CA Directory - itechpoz
Linux Start Command:su - dsacd /opt/CA/SharedComponents/CADirectory/dxserver/bin./dxserver start all
Windows Start Command:
Go to Windows services and Start CA Directory - itechpoz