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

          Identity Server 4 is not redirecting to Angular app after login2019 Community Moderator ElectionIdentity Server 4 and dockerIdentityserver implicit flow unauthorized_clientIdentityServer Hybrid Flow - Access Token is null after user successful loginIdentity Server to MVC client : Page Redirect After loginLogin with Steam OpenId(oidc-client-js)Identity Server 4+.NET Core 2.0 + IdentityIdentityServer4 post-login redirect not working in Edge browserCall to IdentityServer4 generates System.NullReferenceException: Object reference not set to an instance of an objectIdentityServer4 without HTTPS not workingHow to get Authorization code from identity server without login form

          2005 Ahvaz unrest Contents Background Causes Casualties Aftermath See also References Navigation menue"At Least 10 Are Killed by Bombs in Iran""Iran"Archived"Arab-Iranians in Iran to make April 15 'Day of Fury'"State of Mind, State of Order: Reactions to Ethnic Unrest in the Islamic Republic of Iran.10.1111/j.1754-9469.2008.00028.x"Iran hangs Arab separatists"Iran Overview from ArchivedConstitution of the Islamic Republic of Iran"Tehran puzzled by forged 'riots' letter""Iran and its minorities: Down in the second class""Iran: Handling Of Ahvaz Unrest Could End With Televised Confessions""Bombings Rock Iran Ahead of Election""Five die in Iran ethnic clashes""Iran: Need for restraint as anniversary of unrest in Khuzestan approaches"Archived"Iranian Sunni protesters killed in clashes with security forces"Archived

          Can't initialize raids on a new ASUS Prime B360M-A motherboard2019 Community Moderator ElectionSimilar to RAID config yet more like mirroring solution?Can't get motherboard serial numberWhy does the BIOS entry point start with a WBINVD instruction?UEFI performance Asus Maximus V Extreme