Hello everybody, i am doing an experiment with a bizhub C550i, my goal is to stablish an HTTPS connection while entering throught the IP addres using a self signed certificate in the printer, i am already able to do the connection when entering throught the dns host name after creating the certificate and adding it to the trusted root certificates on my PC, but no luck when entering throught the IP number.
My understanding is that in the creation of the certificate there should be section about subject alternative names (or SANs) one of the would be the DNS host name and the other one the printer IP number.
So i export the certificate that the printer creates i open its contents with open SSL and indeed it has a SAN section but the only name that appears is the DNS host name, i believe thats the reason it only works when entering it.
So my question would be, is there a way to add more SANs in the certificate creating the self signed certificate from the printer? i know the printer takes the common name of the certificate from the name host DNS from the network settings, should i add the printer's IP to another field?
Thanks for the help
My understanding is that in the creation of the certificate there should be section about subject alternative names (or SANs) one of the would be the DNS host name and the other one the printer IP number.
So i export the certificate that the printer creates i open its contents with open SSL and indeed it has a SAN section but the only name that appears is the DNS host name, i believe thats the reason it only works when entering it.
So my question would be, is there a way to add more SANs in the certificate creating the self signed certificate from the printer? i know the printer takes the common name of the certificate from the name host DNS from the network settings, should i add the printer's IP to another field?
Thanks for the help
Comment