diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-11-30 21:39:06 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-30 21:39:06 +0800 |
| commit | 96b4157790fc96e70d6e6c115e3f34bba7be490f (patch) | |
| tree | f255bef01ef1983cf4e55c7e25abf2e2df98b65d | |
| parent | Merge pull request #147972 from NixOS/backport-147944-to-release-21.11 (diff) | |
| download | nixpkgs-96b4157790fc96e70d6e6c115e3f34bba7be490f.tar.gz | |
nixos/acme: fix typo in docs
(cherry picked from commit 1e3b1e19aa49d47cc663db1b07312dd1fbe6fef8)
Co-authored-by: Roman FroĊow <rofrol@gmail.com>
| -rw-r--r-- | nixos/modules/security/acme.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/acme.xml b/nixos/modules/security/acme.xml index 8249da948c6d..bf93800a0af4 100644 --- a/nixos/modules/security/acme.xml +++ b/nixos/modules/security/acme.xml @@ -253,7 +253,7 @@ chmod 400 /var/lib/secrets/certs.secret </programlisting> <para> - Now you're all set to generate certs! You should monitor the first invokation + Now you're all set to generate certs! You should monitor the first invocation by running <literal>systemctl start acme-example.com.service & journalctl -fu acme-example.com.service</literal> and watching its log output. </para> |
