Re: Why does my browser give a warning about a mismatched hostname

2010-08-01 Thread michu162
How can I add both IP address and DNS name? In my ip.ext file i have: subjectAltName=IP:10.6.73.72 subjectAltName=DNS:server.infr I signed request with openssl ca -notext -extfile ip.ext -in /etc/ssl/req.txt /etc/ssl/ilocert.pem I received certificate with only additional DNS name What

Re: Why does my browser give a warning about a mismatched hostname

2010-08-01 Thread michu162
Solution: subjectAltName=IP:10.6.73.72,DNS:server.infr michu162 wrote: How can I add both IP address and DNS name? In my ip.ext file i have: subjectAltName=IP:10.6.73.72 subjectAltName=DNS:server.infr I signed request with openssl ca -notext -extfile ip.ext -in /etc/ssl/req.txt

Re: Why does my browser give a warning about a mismatched hostname

2010-07-26 Thread michu162
I've solved this problem. I created file ip.ext with: subjectAltName=IP:10.5.19.191 To sign certificate I used: openssl ca -notext -extfile ip.ext -in /etc/ssl/req.txt /etc/ssl/ilocert.pem Everything works well! Thanks Jakob Bohm-7 wrote: Depending on the CA you use, you may be able to

Re: Why does my browser give a warning about a mismatched hostname

2010-07-25 Thread Jakob Bohm
Depending on the CA you use, you may be able to issue a certificate with CN=some-ILO-name,OU=... AND SubjectAlternativeName: IP:1.2.3.4 If the ILO configuration accepts that cert, then there is a good chance you browser would accept the cert for both https://some-ILO-name/; and

RE: Why does my browser give a warning about a mismatched hostname

2010-07-24 Thread David Schwartz
I generated the ssl request, I signed it in my CA (openssl) and uploaded signed certificate back to device. I generated also ca.der and uploaded it to my Internet browser. When I trying open ilo my browser give a warning about a mismatched hostname. I'm accessing this device via IP

Re: Why does my browser give a warning about a mismatched hostname

2010-07-24 Thread michu162
So what i should do to avoid warnings? CN (some-iLO-2-Subsystem-Name) is included in certificate request, witch is automatically generated by device. I can't upload other certificate (with other CN) because i got alert that certificate doesn't match the request. Is possible to access device

Re: Why does my browser give a warning about a mismatched hostname

2010-07-23 Thread Jakob Bohm
On 23-07-2010 10:58, michu162 wrote: I generated the ssl request, I signed it in my CA (openssl) and uploaded signed certificate back to device. I generated also ca.der and uploaded it to my Internet browser. When I trying open ilo my browser give a warning about a mismatched hostname. I'm