Azure cloud service: Modify the service definition -
i have virtual machine inside cloud service need install ssl certificate on cloud service saw post https://azure.microsoft.com/en-gb/documentation/articles/cloud-services-configure-ssl-certificate-portal/
but how can make step 2? tried rest of steps , made them have no idea step 2, don't have web role have vm
copying answer @bruno faria on server fault (https://serverfault.com/questions/722796/install-ssl-certificate-on-azure-cloud-service-vm/722811#722811) not allowed mark question duplicate of 1 asked there:
the tutorial following web/worker roles cloud services , not virtual machines. although vm uses cloud service layer, it's not same thing. have install certificate in windows server machine , add host register dns provider.
ssl certificates csr creation :: iis 8 , iis 8.5
iis 8 , iis 8.5 ssl certificate installation
update: in case of apache (linux)
openssl csr creation apache ssl
apache ssl certificate installation
also, make sure reserve public in order keep in event of shutdown or restart of virtual machines.
Comments
Post a Comment