In a web application, if it doesn't have a domain name (like a web service for example), can you still add a SSL certificate to a IP address?
If yes, how?
|
In a web application, if it doesn't have a domain name (like a web service for example), can you still add a SSL certificate to a IP address? If yes, how? |
||||
|
|
|
You can easily put an ip address into the CN (common name) of an ssl certificate by the same procedure you would use for an ordinary hostname (ssl certificates contain hostnames, not domain names). How this is done precisely in your case cannot be answered, since you have not stated what your case is. Browsers should match the CN of a certificate against what the user has put into the URL bar. If it's an ip address, it's an ip address. |
||||
|
|
|
This site offers certificates for IP addresses. You wouldn't be able to (properly) use a certificate for a domain name for an IP address, however. |
|||
|
|
|
There's some good information here: https://www.thawte.com/ssl-digital-certificates/technical-support/browserfaqs.html I'm almost certain you need a domain to go with the SSL. |
|||||
|