Setting Up SSL Presentation

Setting up the lab to do a presentation on SSL.

Just an opportunity to clean up one of my labs.

Did learn a few things though, figured out how to enable SSL in tomcat

For my future self

<Connector port="8443" protocol="org.apache.coyote.http11.Http11NioProtocol"
		   maxThreads="150" SSLEnabled="true"
		   maxParameterCount="1000"
		   scheme="https" secure="true"
		   keystoreFile="conf/server.pfx" keystorePass="abcd1234"
		   clientAuth="false" sslProtocol="TLS"/>

Also had a problem with Windows 7, although I am not sure how many VMs I gonna build with 7 moving forward.

Still researching but a quick fix is to disable NLM and have guacamole use RDP Encryption.

Anyway, I think I am good for now, I am going to do OpnSense, Tomcat (guacamole), TrueNAS, and Apache.

Weight: 342.6

This entry was posted in Training, Two Lap. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.