I have setup my default tomcat website (tomcat 8.0.3) on a server inside my company LAN. From my work computer if I try to access the website by typing it into google chrome it is not working.
The IP of the computer on which the Tomcat server is running is 192.1xx.132.125:8080
. The IP of my work computer is 192.1xx.129.75
.
It is currently accessed as http://192.1xx.132.125:8080
. I want to make it an https site for demonstration purposes. How do I create a certificate at the server and make my google chrome browser treat that certificate as a trusted certificate.
Pretty sure, almost positive that self-signed certificates aren't counted as trusted. It's pretty much the same thing as you signing your own doctorate. It won't be trusted by your colleagues, as it was created by the person it's for.
However, self-signed certificates are good for things like mail-servers.
Edit: If you'd like a regular certificate, NameCheap offers SSL certs at a pretty good price.
You can import the certificate into Chrome to make it trusted.
The process I use is to: