Adding AWS SSL to an external DNS2019 Community Moderator ElectionSSL certificate rejected trying to access GitHub over HTTPS behind firewallMultiple SSL for multiple domains in the same IPHeroku UCC SSL Certificate Not WorkingCan we use one SSL certificate on two different hostingaws route53 CNAME to external site with SSLWhy is Elastic Beanstalk Load Balancer refusing to estabilish a SSL connection?Domain Validation ErrorNetregistry doesn't allow AWS ACM cname validation recordsConfigure SSL with AWSConfigure ssl using aws CA

Why does liquid water form when we exhale on a mirror?

Can I pump my MTB tire to max (55 psi / 380 kPa) without the tube inside bursting?

Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?

Are there historical instances of the capital of a colonising country being temporarily or permanently shifted to one of its colonies?

Can Mathematica be used to create an Artistic 3D extrusion from a 2D image and wrap a line pattern around it?

Accepted offer letter, position changed

Plausibility of Mushroom Buildings

Are babies of evil humanoid species inherently evil?

meaning and function of 幸 in "则幸分我一杯羹"

Should I take out a loan for a friend to invest on my behalf?

In the quantum hamiltonian, why does kinetic energy turn into an operator while potential doesn't?

Signed and unsigned numbers

Does "Until when" sound natural for native speakers?

Why is computing ridge regression with a Cholesky decomposition much quicker than using SVD?

Recommendation letter by significant other if you worked with them professionally?

Does the nature of the Apocalypse in The Umbrella Academy change from the first to the last episode?

What wound would be of little consequence to a biped but terrible for a quadruped?

Do items de-spawn in Diablo?

Do I really need to have a scientific explanation for my premise?

Declaring and defining template, and specialising them

Was Luke Skywalker the leader of the Rebel forces on Hoth?

PTIJ: wiping amalek’s memory?

Definition of Statistic

Word for a person who has no opinion about whether god exists



Adding AWS SSL to an external DNS



2019 Community Moderator ElectionSSL certificate rejected trying to access GitHub over HTTPS behind firewallMultiple SSL for multiple domains in the same IPHeroku UCC SSL Certificate Not WorkingCan we use one SSL certificate on two different hostingaws route53 CNAME to external site with SSLWhy is Elastic Beanstalk Load Balancer refusing to estabilish a SSL connection?Domain Validation ErrorNetregistry doesn't allow AWS ACM cname validation recordsConfigure SSL with AWSConfigure ssl using aws CA










0















I have bought a domain from an external resource and I tried to add the AWS SSL certificate into DNS as a CNAME record
Although the AWS Certivicate Name starts with a ' _ ' character, when I tried to add it in DNS it gives me an error as



"Server name can be use letters hypens and dots only"



I do not have any experience regarding this and want to know if I'm doing anything wrong in DNS Validation for AWS SSL Certificate.










share|improve this question


























    0















    I have bought a domain from an external resource and I tried to add the AWS SSL certificate into DNS as a CNAME record
    Although the AWS Certivicate Name starts with a ' _ ' character, when I tried to add it in DNS it gives me an error as



    "Server name can be use letters hypens and dots only"



    I do not have any experience regarding this and want to know if I'm doing anything wrong in DNS Validation for AWS SSL Certificate.










    share|improve this question
























      0












      0








      0








      I have bought a domain from an external resource and I tried to add the AWS SSL certificate into DNS as a CNAME record
      Although the AWS Certivicate Name starts with a ' _ ' character, when I tried to add it in DNS it gives me an error as



      "Server name can be use letters hypens and dots only"



      I do not have any experience regarding this and want to know if I'm doing anything wrong in DNS Validation for AWS SSL Certificate.










      share|improve this question














      I have bought a domain from an external resource and I tried to add the AWS SSL certificate into DNS as a CNAME record
      Although the AWS Certivicate Name starts with a ' _ ' character, when I tried to add it in DNS it gives me an error as



      "Server name can be use letters hypens and dots only"



      I do not have any experience regarding this and want to know if I'm doing anything wrong in DNS Validation for AWS SSL Certificate.







      amazon-web-services ssl-certificate






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 7 at 6:18









      Muditha PereraMuditha Perera

      589




      589






















          1 Answer
          1






          active

          oldest

          votes


















          1














          There are couple of options to solve this:
          1. Use Email verification method to get the certificate, if you haven't enabled Privacy protection on the registrar, you'll get a verification email from AWS ACM and you can verify a certificate or ACM also sends verification emails to 5 different email addresses such as:
          administrator@your_domain_name
          hostmaster@your_domain_name
          postmaster@your_domain_name
          webmaster@your_domain_name
          admin@your_domain_name



          1. Use Route53, Create a HostedZone for your domain in Route53 and use the name servers Route53 provided and use it on your current registrar.
            Create and transfer all the records to Route53 , you don't need to transfer the domain, just use Route53 nameservers to your current registrar.





          share|improve this answer








          New contributor




          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • As the solution, I too used route 53 and got it worked. I think my other DNS provider restricted some of the characters of the name of the CNAME record. There should be a way to replace those characters in order to use the AWS SSL certificates in external DNS too. Thank you for the support :)

            – Muditha Perera
            2 days ago










          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',
          autoActivateHeartbeat: false,
          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%2f55037223%2fadding-aws-ssl-to-an-external-dns%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









          1














          There are couple of options to solve this:
          1. Use Email verification method to get the certificate, if you haven't enabled Privacy protection on the registrar, you'll get a verification email from AWS ACM and you can verify a certificate or ACM also sends verification emails to 5 different email addresses such as:
          administrator@your_domain_name
          hostmaster@your_domain_name
          postmaster@your_domain_name
          webmaster@your_domain_name
          admin@your_domain_name



          1. Use Route53, Create a HostedZone for your domain in Route53 and use the name servers Route53 provided and use it on your current registrar.
            Create and transfer all the records to Route53 , you don't need to transfer the domain, just use Route53 nameservers to your current registrar.





          share|improve this answer








          New contributor




          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • As the solution, I too used route 53 and got it worked. I think my other DNS provider restricted some of the characters of the name of the CNAME record. There should be a way to replace those characters in order to use the AWS SSL certificates in external DNS too. Thank you for the support :)

            – Muditha Perera
            2 days ago















          1














          There are couple of options to solve this:
          1. Use Email verification method to get the certificate, if you haven't enabled Privacy protection on the registrar, you'll get a verification email from AWS ACM and you can verify a certificate or ACM also sends verification emails to 5 different email addresses such as:
          administrator@your_domain_name
          hostmaster@your_domain_name
          postmaster@your_domain_name
          webmaster@your_domain_name
          admin@your_domain_name



          1. Use Route53, Create a HostedZone for your domain in Route53 and use the name servers Route53 provided and use it on your current registrar.
            Create and transfer all the records to Route53 , you don't need to transfer the domain, just use Route53 nameservers to your current registrar.





          share|improve this answer








          New contributor




          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.




















          • As the solution, I too used route 53 and got it worked. I think my other DNS provider restricted some of the characters of the name of the CNAME record. There should be a way to replace those characters in order to use the AWS SSL certificates in external DNS too. Thank you for the support :)

            – Muditha Perera
            2 days ago













          1












          1








          1







          There are couple of options to solve this:
          1. Use Email verification method to get the certificate, if you haven't enabled Privacy protection on the registrar, you'll get a verification email from AWS ACM and you can verify a certificate or ACM also sends verification emails to 5 different email addresses such as:
          administrator@your_domain_name
          hostmaster@your_domain_name
          postmaster@your_domain_name
          webmaster@your_domain_name
          admin@your_domain_name



          1. Use Route53, Create a HostedZone for your domain in Route53 and use the name servers Route53 provided and use it on your current registrar.
            Create and transfer all the records to Route53 , you don't need to transfer the domain, just use Route53 nameservers to your current registrar.





          share|improve this answer








          New contributor




          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.










          There are couple of options to solve this:
          1. Use Email verification method to get the certificate, if you haven't enabled Privacy protection on the registrar, you'll get a verification email from AWS ACM and you can verify a certificate or ACM also sends verification emails to 5 different email addresses such as:
          administrator@your_domain_name
          hostmaster@your_domain_name
          postmaster@your_domain_name
          webmaster@your_domain_name
          admin@your_domain_name



          1. Use Route53, Create a HostedZone for your domain in Route53 and use the name servers Route53 provided and use it on your current registrar.
            Create and transfer all the records to Route53 , you don't need to transfer the domain, just use Route53 nameservers to your current registrar.






          share|improve this answer








          New contributor




          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          share|improve this answer



          share|improve this answer






          New contributor




          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.









          answered Mar 7 at 6:44









          James DeanJames Dean

          612




          612




          New contributor




          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.





          New contributor





          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          James Dean is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.












          • As the solution, I too used route 53 and got it worked. I think my other DNS provider restricted some of the characters of the name of the CNAME record. There should be a way to replace those characters in order to use the AWS SSL certificates in external DNS too. Thank you for the support :)

            – Muditha Perera
            2 days ago

















          • As the solution, I too used route 53 and got it worked. I think my other DNS provider restricted some of the characters of the name of the CNAME record. There should be a way to replace those characters in order to use the AWS SSL certificates in external DNS too. Thank you for the support :)

            – Muditha Perera
            2 days ago
















          As the solution, I too used route 53 and got it worked. I think my other DNS provider restricted some of the characters of the name of the CNAME record. There should be a way to replace those characters in order to use the AWS SSL certificates in external DNS too. Thank you for the support :)

          – Muditha Perera
          2 days ago





          As the solution, I too used route 53 and got it worked. I think my other DNS provider restricted some of the characters of the name of the CNAME record. There should be a way to replace those characters in order to use the AWS SSL certificates in external DNS too. Thank you for the support :)

          – Muditha Perera
          2 days ago



















          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.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55037223%2fadding-aws-ssl-to-an-external-dns%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

          Thal And Out Agency railway station See also References External links Navigation menuOfficial Web Site of Pakistan RailwaysArchivedOfficial Web Site of Pakistan Railwayseeexpanding ite

          Understanding generators in Python2019 Community Moderator ElectionGenerator function not working pythonFor loop not executing two timesGenerators - Printing generated valuesWhy can a python generator only be used once?What exactly do generators do?What does the “yield” keyword do?What does “list comprehension” mean? How does it work and how can I use it?sklearn Kfold acces single fold instead of for loopIs a generator the callable? Which is the generator?Apply Border To Range Of Cells Using OpenpyxlCalling an external command in PythonWhat are metaclasses in Python?What is the difference between @staticmethod and @classmethod?Finding the index of an item given a list containing it in PythonDifference between append vs. extend list methods in PythonHow can I safely create a nested directory in Python?Does Python have a ternary conditional operator?Understanding slice notationUnderstanding Python super() with __init__() methodsDoes Python have a string 'contains' substring method?

          How can I change the color of pagination dots of UIPageControl?How to change UIPageControl dotsIs there a way to change page indicator dots colorCustomize dot with image of UIPageControl at index 0 of UIPageControlNo visible @interface for 'NSObject<PageControlDelegate>' declares the selector 'pageControlPageDidChange:'How to change the color of pagination dots in UIPageControl with a different color per pagepagecontrol indicator custom image instead of DefaultChanging the colour of UIPageControl dots in MonoTouchpagecontrol selectable page visibility color?Alternative way to load ViewControllers on a UIPageControlHow to set only layer.border-color for UIpage control dots in swiftHow can I develop for iPhone using a Windows development machine?How to change the name of an iOS app?UITableView - change section header coloruipagecontrol indicator(dot)issueCustom UIPageControl dots color not changingchange the interspace between UIPageControl dotsHow to change Status Bar text color in iOSHow can I change image tintColor in iOS and WatchKitUIPageControl dots with larger space in between each dotsHow to change the color of pagination dots in UIPageControl with a different color per page