Certificate error for local host installs

I exported and added the certificate through google chrome and ie to my trusted root certificates folder but I get this error in google chrome after a few days every time I go to the website.

Attackers might be trying to steal your information from 192.168.1.10 (for example, passwords, messages, or credit cards). NET::ERR_CERT_COMMON_NAME_INVALID

This server could not prove that it is 192.168.1.10; its security certificate is from QuickBox. This may be caused by a misconfiguration or an attacker intercepting your connection.

This is completely normal behavior for self-signed certificates. NET::ERR_CERT_COMMON_NAME_INVALID is a message that is shown as the self-signed certificate is not verified by any certificate authority. Additional to this the certificate is created in regards to the servers hostname/IP address.

The reason you are seeing the notice after a couple of days is that your browsers cookies are no longer stashing the certificates requests. You can test this by accepting the certificate and then clearing your browsers history, upon opening the browser and navigating to your site, you will be greeted with this message.

One way to combat this is to purchase a domain and to set the IP to an A record on a DNS provider such as CloudFlare, once that is done you can cover your domain with an SSL from Let’s Encrypt. However, if you have it running on your local network such as what the IP shows, you would need to use a service such as FreeDNS.Afraid to forward it to a publicly available domain.