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: enter image description here


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -