Skip to content

Instantly share code, notes, and snippets.

@emilazy

emilazy/acme.xml Secret

Created May 24, 2020 22:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilazy/8941339de265939c6ffd3761251c3d6c to your computer and use it in GitHub Desktop.
Save emilazy/8941339de265939c6ffd3761251c3d6c to your computer and use it in GitHub Desktop.
<para>
You'll need to mirror the <literal>A</literal>,
<literal>AAAA</literal> and <literal>NS</literal> records with the
upstream DNS provider for your domain (here
<literal>example.com</literal>) so that the CA can resolve the
acme-dns domain. Note that if your DNS provider doesn't support glue
records (having both <literal>A</literal>/<literal>AAAA</literal> and
<literal>NS</literal> records for the same zone), you'll need to set
<xref linkend="opt-security.acme-dns.general.nsname" />, change the
zones of the upstream <literal>A</literal>/<literal>AAAA</literal>
records (but <emphasis>not</emphasis> the ones in the acme-dns
configuration) to to that configured <literal>nsname</literal>,
and change the <literal>NS</literal> record to
<literal>acme-dns.example.com. NS acme-dns-ns.example.com.</literal>
both upstream and in the acme-dns configuration.
</para>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment