ACME: Difference between revisions
mNo edit summary |
Improve group wording |
||
| Line 25: | Line 25: | ||
== Usage == | == Usage == | ||
After successfull generation, certificates can be found in the directory <code>/var/lib/acme</code>. | 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"> | ||