1. Home
  2. Security Hardening
  3. TNS Best Practices Jetty 9 V1.0.0
  4. SSL implementation – start.ini –module=deploy

SSL implementation – start.ini –module=deploy

Details

Encrypt the traffic between Server and Client

Avoid Man in the Middle attack

Solution

Add the modules for SSL, HTTP, and webapp deployment
——[my-base]$ java -jar /home/user/jetty-distribution-9.3.1-SNAPSHOT/start.jar –add-to-start=http,https,deploy
Initialize module ssl.
——- –module=ssl

This security hardening control applies to the following category of controls within NIST 800-53: System and Communications Protection.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles