4
Look at my local development I have made use of https://localhost, created the certificate by apache openssl, works beauty.
As it is not a certificate that is in an external source the browser says that it is not safe and puts that confirmation page.
In firefox we can add the certificate and it does not ask anymore, but in Chrome that lately is adopting boring policies does not let you add a certificate to the list (searched and not found), so every time you close and open it shows this blessed page.
How to create a validated certificate to use on localhost on all my Virtual Hosts for development?
Reading on the internet I saw that there is letsencrypt.org which generates free certificates, but the programs used are on several systems, except for Windows, on the Centos server I was able to enable the certificates, but since my development machine is Windows I needed it to be for this operating system.
Note: I would not like to use virtual machines, consume a good machine resource.