UI3 on Google Pixel 10 Chrome Browser

Hello bp2008. I finally got started withSSLCertificateMaker.
I downloaded and ran the .exe. I entered some IP addresses and clicked on the Make Certificate button and then used the Convert to create the .cer and .key files.
I didn't go any further because I was not confident I got the IP addresses correct. Here is what I entered:

localhost
mynetname.netgear.com (mynetname is not my actual net name -- didn't want to post that here. I have a DDNS, setup and using NoIP to keep my external IP address updated for this domain)
192.168.1.8:81 (this is actually in the address bar on my cell phone chrome browser when accessing via OpenVPN or when I am on my home WiFi, also this is the same URL I use on the other PC on my home network)
192.168.1.8 (this is the reserved local ip address of the dedicated blue iris server PC, ie same as above without the prefixes and postfixes)
192.168.1.2 (this is the reserved local ip address of the other PC, on my home network, I use to access blue iris.

I did all the above before I got around to looking at the Blue Iris Web Server menu for the first time since I set that up about 5 years ago.
I don't remember if there was an https option back then. I now see why you said to use port 443.
You said to type any and all IP addresses and host names you use to open Blue Iris in a web browser.
I'm not sure how to account for the address of the cell phone coming in via my VPN or will mynetname.netgear.com suffice?
I'm realizing now that 192.168.1.8 is actually the destination IP address (blue iris server) so I probably don't want this in the list, correct?
192.168.1.2 is a source address for my other PC used to access UI3, so I probably do need this in the list, correct?

Thanks again for your help on this. I've been a bit lethargic about getting the https working mainly because it has been so long since I set all of this up, and I had forgotten a lot of the details about my steps to accomplish that back in 2021.
I do believe it is worth getting this working so I can get rid of that blasted address bar on the chrome browser for UI3.
 
bp2008 - Another use case I forgot to mention -- I also sometimes use my cell phone at home on my WiFi to access UI3. I don't have my cell (currently a Pixel 10) using a reserved IP address, but I could do that. Do I need to list that IP address in the host list for SSLCertificateMaker?
 
@bbdude The SSL certificate is to establish a verifiable identity for your server. The only addresses that need to be in there are the ones you'd potentially use to reach your server, and don't include the port number ( :81 ) portion.
 
Techie007L thanks. Yes I had pretty much figured out, after my first run of SSLCertificateMaker, that I should have only included IP addresses for the devices accessing UI3. In order to know the IP address for my cell phone, when on my home WiFi, I can set it to a reserved IP address in my router. Sounds like I will need to do that. When accessing UI3 using my cell phone away from home, hopefully if I enter the domain for my VPN, that will suffice. I'm not certain of that at this point.
 
@bbdude No, you do not enter the addresses for client devices accessing/connecting to UI3, only the addresses that will be used to identify/address/reach your server. The certificate is establishing a verifiable identity for your server, not authenticating clients.