I am trying to get an Apache server running over HTTPS on a local network with an IP address 192.168..
And our requirement is to make this local server secure. (no outside network / internet connection available)
I have gone through many tutorials / questions / forums / blogs and come to know that it is not possible to provide a self-signed certificate to a private address without the browser showing a warning.
As a last option I tried to create my own CA and it looks promising to me.
Does the above-mentioned process offer enough security to my local server?