diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-01 21:36:30 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-01 21:36:30 +0200 |
| commit | a9415f248cf8148bc797336341f36eaabef9f2e2 (patch) | |
| tree | c41917e4d3f57b8ecaa6adc9f242c1c568f818e9 /.cursor | |
| parent | 850418b5da575ccd22757570759507fedca8da14 (diff) | |
add
Diffstat (limited to '.cursor')
| -rw-r--r-- | .cursor/commands/update-certs.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.cursor/commands/update-certs.md b/.cursor/commands/update-certs.md new file mode 100644 index 0000000..fd2ad01 --- /dev/null +++ b/.cursor/commands/update-certs.md @@ -0,0 +1,9 @@ +# Update certs + +To update certs run in directory `./frontends`: the following command: + +```sh +rex nsd httpd acme acme_invoke relayd +``` + +And verify that relayd doesn't throw any error. |
