ACME: Difference between revisions

Klinger (talk | contribs)
mNo edit summary
Sandro (talk | contribs)
Improve group wording
Line 25: Line 25:
== Usage ==
== Usage ==


After successfull generation, certificates can be found in the directory <code>/var/lib/acme</code>. To use certificates in other applications, permissions can be adjusted by setting a group name as a string or reference it.
After successfull generation, certificates can be found in the directory <code>/var/lib/acme</code>. When using certificates in other applications it may be required to change permissions. The group of the certificate files can be adjusted by setting the <code>group</code> option as a string
 
<syntaxhighlight lang="nix">
security.acme.certs."mx1.example.org".group = "maddy";
</syntaxhighlight>
 
or reference.


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">