Prevent Chrome from displaying oleore certificate warnings. The domain is ʻore.example.com`.
Add the following settings. * For Windows 10
/C/Windows/System32/drivers/etc/hosts
127.0.0.1 ore.example.com
openssl genrsa -out ore.example.com.server.key 2048
openssl req -new -key ore.example.com.server.key -out ore.example.com.server.csr
Country Name (2 letter code) [AU]:JP
State or Province Name (full name) [Some-State]:Tokyo
Locality Name (eg, city) []:
Organization Name (eg, company) [Internet Widgits Pty Ltd]:
Organizational Unit Name (eg, section) []:
Common Name (e.g. server FQDN or Your name) []:ore.example.com
Email Address []:
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:
The domain is a wildcard. * It didn't work when I set it to ore.example.com The IP is the IP address of the host's local area network. * Change as appropriate
echo "subjectAltName = DNS:*.example.com, IP:192.168.xxx.xxx" > san.txt
openssl x509 \
-req \
-sha256 \
-days 3650 \
-signkey ore.example.com.server.key \
-in ore.example.com.server.csr \
-out ore.example.com.server.crt \
-extfile san.txt
openssl x509 -in ore.example.com.server.crt -text -noout
Settings
.Security
from the Privacy & Security
menu.Manage Certificates
(a settings box will appear)Import
in the settings boxNext
on the description screenfile you just created and click
Next`Trusted Root Certification Authorities
and click Next
Done
on the final confirmation screenYes
if you get a security warning