ssl certificate - Adding HTTPS to Azure VM mapped through CNAME -
i intend buy wildcard ssl
certificate mydomain.com
. isp
map test.mydomain.com
- using cname
setting - azure vm (not simple web app) running webserver (e.g. blahblah-vm.cloudapp.net
) have opened port 80 , 443.
now, client connects https://test.mydomain.com
. there issues? need somehow prepare vm mydomain.com
ssl certificate or work cname
mapping?
does vm have static public ip address? if yes, use a records. also, can use cname map azure vm's fqdn.
now, client connects https://test.mydomain.com. there issues?
before connect https://test.mydomain.com, should install ssl certificate on pc first.
do need somehow prepare vm mydomain.com ssl certificate or work cname mapping?
there no need prepare except install ssl certificate.
update:
if vm windows, , use iis deploy web server, can use ssl certificate here:
Comments
Post a Comment