Azure Traffic Manager and SSL Certificates









up vote
0
down vote

favorite












I have 6 different micro services with an Azure Traffic Manager setup for each of them. The services are running in 3 different regions to improve their performance but I need to come up with the certificates for the Azure Traffic Manager.



I have seen that there are two options available in the Azure Portal: The Standard and the Wild Card. While the latter is much more expensive, I was wondering if the same SSL Certificate can be used in all my 6 services so in the end, I will save money.



All my sites are like this:



  • http://foo1.trafficmanager.net

  • http://foo2.trafficmanager.net

  • http://foo3.trafficmanager.net

  • http://foo4.trafficmanager.net

  • http://foo5.trafficmanager.net

  • http://foo6.trafficmanager.net

As you can see the, the domain is the same (I do not have any custom domain, just the by default trafficmanager.net), so I am wondering whether one certificate will be enough. I have not seen any information about the wildcard certificate and it is pretty expensive to just give it a try...



Also, is there any security concern if I use the same certificate for all the sites? Is there a best practice recommendation? 1 certificate per site vs. 1 certificate for multiple sites.



Lastly, if I decide to use Custom Domains in the future, will I be able to reuse the issued certificate? (the domain will not be trafficmanager.net anymore)










share|improve this question

























    up vote
    0
    down vote

    favorite












    I have 6 different micro services with an Azure Traffic Manager setup for each of them. The services are running in 3 different regions to improve their performance but I need to come up with the certificates for the Azure Traffic Manager.



    I have seen that there are two options available in the Azure Portal: The Standard and the Wild Card. While the latter is much more expensive, I was wondering if the same SSL Certificate can be used in all my 6 services so in the end, I will save money.



    All my sites are like this:



    • http://foo1.trafficmanager.net

    • http://foo2.trafficmanager.net

    • http://foo3.trafficmanager.net

    • http://foo4.trafficmanager.net

    • http://foo5.trafficmanager.net

    • http://foo6.trafficmanager.net

    As you can see the, the domain is the same (I do not have any custom domain, just the by default trafficmanager.net), so I am wondering whether one certificate will be enough. I have not seen any information about the wildcard certificate and it is pretty expensive to just give it a try...



    Also, is there any security concern if I use the same certificate for all the sites? Is there a best practice recommendation? 1 certificate per site vs. 1 certificate for multiple sites.



    Lastly, if I decide to use Custom Domains in the future, will I be able to reuse the issued certificate? (the domain will not be trafficmanager.net anymore)










    share|improve this question























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have 6 different micro services with an Azure Traffic Manager setup for each of them. The services are running in 3 different regions to improve their performance but I need to come up with the certificates for the Azure Traffic Manager.



      I have seen that there are two options available in the Azure Portal: The Standard and the Wild Card. While the latter is much more expensive, I was wondering if the same SSL Certificate can be used in all my 6 services so in the end, I will save money.



      All my sites are like this:



      • http://foo1.trafficmanager.net

      • http://foo2.trafficmanager.net

      • http://foo3.trafficmanager.net

      • http://foo4.trafficmanager.net

      • http://foo5.trafficmanager.net

      • http://foo6.trafficmanager.net

      As you can see the, the domain is the same (I do not have any custom domain, just the by default trafficmanager.net), so I am wondering whether one certificate will be enough. I have not seen any information about the wildcard certificate and it is pretty expensive to just give it a try...



      Also, is there any security concern if I use the same certificate for all the sites? Is there a best practice recommendation? 1 certificate per site vs. 1 certificate for multiple sites.



      Lastly, if I decide to use Custom Domains in the future, will I be able to reuse the issued certificate? (the domain will not be trafficmanager.net anymore)










      share|improve this question













      I have 6 different micro services with an Azure Traffic Manager setup for each of them. The services are running in 3 different regions to improve their performance but I need to come up with the certificates for the Azure Traffic Manager.



      I have seen that there are two options available in the Azure Portal: The Standard and the Wild Card. While the latter is much more expensive, I was wondering if the same SSL Certificate can be used in all my 6 services so in the end, I will save money.



      All my sites are like this:



      • http://foo1.trafficmanager.net

      • http://foo2.trafficmanager.net

      • http://foo3.trafficmanager.net

      • http://foo4.trafficmanager.net

      • http://foo5.trafficmanager.net

      • http://foo6.trafficmanager.net

      As you can see the, the domain is the same (I do not have any custom domain, just the by default trafficmanager.net), so I am wondering whether one certificate will be enough. I have not seen any information about the wildcard certificate and it is pretty expensive to just give it a try...



      Also, is there any security concern if I use the same certificate for all the sites? Is there a best practice recommendation? 1 certificate per site vs. 1 certificate for multiple sites.



      Lastly, if I decide to use Custom Domains in the future, will I be able to reuse the issued certificate? (the domain will not be trafficmanager.net anymore)







      azure ssl ssl-certificate azure-web-sites azure-traffic-manager






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 10 at 3:08









      user3587624

      3111424




      3111424






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          2
          down vote



          accepted










          Actually, a valid SSL certificate must match the access FQDN domain name. One Standard certificate only could be used for one FQDN domain name, such as "foo1.trafficmanager.net" while one WildCard certificate could be used for all like "*.trafficmanager.net" FQDN domain name, so usually we use the same WildCard certificate for all different services.



          If you use Custom Domains in the future, you need to deploy new certificate to match the new Custom domain.



          You can get more details about SSL Certificate Names






          share|improve this answer






















          • Thank you! I have not seen anything that says whether there is any limitation in terms of number of sites. I guess that as long as your site matches with the wild card subdomain, you can have as many as you want. Is that correct? Also, seems like it is important to decide whether or not you want to setup a Custom Domain beforehand, otherwise the certificate will not work at all...
            – user3587624
            Nov 11 at 22:11











          • You are correct, the site is unlimited only if the site hostname matched the wildcard domain or its subdomain. Yes, it is important to decide whether or not you want to setup a Custom Domain beforehand.
            – Nancy Xiong
            Nov 12 at 1:53










          • It was! Marked as accepted. Apologies for the delay
            – user3587624
            Nov 12 at 17:34










          Your Answer






          StackExchange.ifUsing("editor", function ()
          StackExchange.using("externalEditor", function ()
          StackExchange.using("snippets", function ()
          StackExchange.snippets.init();
          );
          );
          , "code-snippets");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "1"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53235691%2fazure-traffic-manager-and-ssl-certificates%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          2
          down vote



          accepted










          Actually, a valid SSL certificate must match the access FQDN domain name. One Standard certificate only could be used for one FQDN domain name, such as "foo1.trafficmanager.net" while one WildCard certificate could be used for all like "*.trafficmanager.net" FQDN domain name, so usually we use the same WildCard certificate for all different services.



          If you use Custom Domains in the future, you need to deploy new certificate to match the new Custom domain.



          You can get more details about SSL Certificate Names






          share|improve this answer






















          • Thank you! I have not seen anything that says whether there is any limitation in terms of number of sites. I guess that as long as your site matches with the wild card subdomain, you can have as many as you want. Is that correct? Also, seems like it is important to decide whether or not you want to setup a Custom Domain beforehand, otherwise the certificate will not work at all...
            – user3587624
            Nov 11 at 22:11











          • You are correct, the site is unlimited only if the site hostname matched the wildcard domain or its subdomain. Yes, it is important to decide whether or not you want to setup a Custom Domain beforehand.
            – Nancy Xiong
            Nov 12 at 1:53










          • It was! Marked as accepted. Apologies for the delay
            – user3587624
            Nov 12 at 17:34














          up vote
          2
          down vote



          accepted










          Actually, a valid SSL certificate must match the access FQDN domain name. One Standard certificate only could be used for one FQDN domain name, such as "foo1.trafficmanager.net" while one WildCard certificate could be used for all like "*.trafficmanager.net" FQDN domain name, so usually we use the same WildCard certificate for all different services.



          If you use Custom Domains in the future, you need to deploy new certificate to match the new Custom domain.



          You can get more details about SSL Certificate Names






          share|improve this answer






















          • Thank you! I have not seen anything that says whether there is any limitation in terms of number of sites. I guess that as long as your site matches with the wild card subdomain, you can have as many as you want. Is that correct? Also, seems like it is important to decide whether or not you want to setup a Custom Domain beforehand, otherwise the certificate will not work at all...
            – user3587624
            Nov 11 at 22:11











          • You are correct, the site is unlimited only if the site hostname matched the wildcard domain or its subdomain. Yes, it is important to decide whether or not you want to setup a Custom Domain beforehand.
            – Nancy Xiong
            Nov 12 at 1:53










          • It was! Marked as accepted. Apologies for the delay
            – user3587624
            Nov 12 at 17:34












          up vote
          2
          down vote



          accepted







          up vote
          2
          down vote



          accepted






          Actually, a valid SSL certificate must match the access FQDN domain name. One Standard certificate only could be used for one FQDN domain name, such as "foo1.trafficmanager.net" while one WildCard certificate could be used for all like "*.trafficmanager.net" FQDN domain name, so usually we use the same WildCard certificate for all different services.



          If you use Custom Domains in the future, you need to deploy new certificate to match the new Custom domain.



          You can get more details about SSL Certificate Names






          share|improve this answer














          Actually, a valid SSL certificate must match the access FQDN domain name. One Standard certificate only could be used for one FQDN domain name, such as "foo1.trafficmanager.net" while one WildCard certificate could be used for all like "*.trafficmanager.net" FQDN domain name, so usually we use the same WildCard certificate for all different services.



          If you use Custom Domains in the future, you need to deploy new certificate to match the new Custom domain.



          You can get more details about SSL Certificate Names







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Nov 11 at 9:43

























          answered Nov 11 at 8:40









          Nancy Xiong

          2,100116




          2,100116











          • Thank you! I have not seen anything that says whether there is any limitation in terms of number of sites. I guess that as long as your site matches with the wild card subdomain, you can have as many as you want. Is that correct? Also, seems like it is important to decide whether or not you want to setup a Custom Domain beforehand, otherwise the certificate will not work at all...
            – user3587624
            Nov 11 at 22:11











          • You are correct, the site is unlimited only if the site hostname matched the wildcard domain or its subdomain. Yes, it is important to decide whether or not you want to setup a Custom Domain beforehand.
            – Nancy Xiong
            Nov 12 at 1:53










          • It was! Marked as accepted. Apologies for the delay
            – user3587624
            Nov 12 at 17:34
















          • Thank you! I have not seen anything that says whether there is any limitation in terms of number of sites. I guess that as long as your site matches with the wild card subdomain, you can have as many as you want. Is that correct? Also, seems like it is important to decide whether or not you want to setup a Custom Domain beforehand, otherwise the certificate will not work at all...
            – user3587624
            Nov 11 at 22:11











          • You are correct, the site is unlimited only if the site hostname matched the wildcard domain or its subdomain. Yes, it is important to decide whether or not you want to setup a Custom Domain beforehand.
            – Nancy Xiong
            Nov 12 at 1:53










          • It was! Marked as accepted. Apologies for the delay
            – user3587624
            Nov 12 at 17:34















          Thank you! I have not seen anything that says whether there is any limitation in terms of number of sites. I guess that as long as your site matches with the wild card subdomain, you can have as many as you want. Is that correct? Also, seems like it is important to decide whether or not you want to setup a Custom Domain beforehand, otherwise the certificate will not work at all...
          – user3587624
          Nov 11 at 22:11





          Thank you! I have not seen anything that says whether there is any limitation in terms of number of sites. I guess that as long as your site matches with the wild card subdomain, you can have as many as you want. Is that correct? Also, seems like it is important to decide whether or not you want to setup a Custom Domain beforehand, otherwise the certificate will not work at all...
          – user3587624
          Nov 11 at 22:11













          You are correct, the site is unlimited only if the site hostname matched the wildcard domain or its subdomain. Yes, it is important to decide whether or not you want to setup a Custom Domain beforehand.
          – Nancy Xiong
          Nov 12 at 1:53




          You are correct, the site is unlimited only if the site hostname matched the wildcard domain or its subdomain. Yes, it is important to decide whether or not you want to setup a Custom Domain beforehand.
          – Nancy Xiong
          Nov 12 at 1:53












          It was! Marked as accepted. Apologies for the delay
          – user3587624
          Nov 12 at 17:34




          It was! Marked as accepted. Apologies for the delay
          – user3587624
          Nov 12 at 17:34

















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Stack Overflow!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.





          Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


          Please pay close attention to the following guidance:


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53235691%2fazure-traffic-manager-and-ssl-certificates%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Use pre created SQLite database for Android project in kotlin

          Darth Vader #20

          Ondo