Azure App Service- add a custom domain name and SSL protection

Knowledge bird language: https://www.yuque.com/seanyu/azure/appservicessl

No public: Cloud computing actual combat


Case open and add a custom domain SSL protection

 

Enter the App Service console, click the custom fields, add a custom domain

 

image.png

 

Since before adding the domain, you need to verify domain ownership, we need to add a CNAME record to your domain name supplier of console

 

image.png

 

CNAME verification may take some time, please be patient

 

image.png

 

After ownership verification is successful, click Add to add custom fields to complete

 

image.png

 

 

After the addition is complete, you can use a custom domain to access the http://web.5gn.link

If you need to enable SSL, ie https access, you need to add a binding certificate

 

 

image.png

 

 

Certificate and certificate password will need to download a certificate from suppliers

 

image.png

 

 

The certificate request type, select IP SNI certificate or certificates, it is used in the present embodiment SNI certificate.

 

  • SNI SSL- can add multiple SNI SSL binding. Select this option to use multiple SSL certificates to secure multiple domains on the same IP address. Most modern browsers (including Internet Explorer, Chrome, Firefox and Opera) all support SNI.

  • IP SSL - only add one IP SSL binding. Select this option to only use a dedicated SSL certificate to protect the public IP address.
    Production or release layer only supports IP SSL.

 


SNI SSL IP SSL
price ¥ 0 / month
(each certificate supported)
¥ 193.62 / month
(each certificate supported)
Browser Compatibility The new browser All browsers

 

 

image.png

 

After completion of the addition, SSL status display "safe" and can now be accessed by https://web.5gn.link.

 

 

image.png


Guess you like

Origin blog.51cto.com/10117438/2470208