nixos/acme: update release notes for 20.03

This commit is contained in:
Lucas Savva 2020-02-09 15:59:03 +00:00
parent 636eb23157
commit d8e697b4fc
No known key found for this signature in database
GPG Key ID: F9CE6D3DCDC78F2D

View File

@ -441,6 +441,22 @@ users.users.me =
now uses the short rather than full version string. now uses the short rather than full version string.
</para> </para>
</listitem> </listitem>
<listitem>
<para>
The ACME module has switched from simp-le to <link xlink:href="https://github.com/go-acme/lego">lego</link>
which allows us to support DNS-01 challenges and wildcard certificates. The following options have been added:
<link linkend="opt-security.acme.acceptTerms">security.acme.acceptTerms</link>,
<link linkend="opt-security.acme.certs">security.acme.certs.&lt;name&gt;.dnsProvider</link>,
<link linkend="opt-security.acme.certs">security.acme.certs.&lt;name&gt;.credentialsFile</link>,
<link linkend="opt-security.acme.certs">security.acme.certs.&lt;name&gt;.dnsPropagationCheck</link>.
As well as this, the options <literal>security.acme.acceptTerms</literal> and either
<literal>security.acme.email</literal> or <literal>security.acme.certs.&lt;name&gt;.email</literal>
must be set in order to use the ACME module.
Certificates will be regenerated from new on the next renewal date. The credentials for simp-le are
preserved and thus it is possible to roll back to previous versions without breaking certificate
generation.
</para>
</listitem>
</itemizedlist> </itemizedlist>
</section> </section>
</section> </section>