initial re-commit to wipe commit histoy due to public repo

This commit is contained in:
2024-07-06 21:10:44 +00:00
commit a20ba3505a
17 changed files with 465 additions and 0 deletions

13
other/cbd.sh Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
# Need to try next with arg --user 1000:1000 Nope, fails internall even with extra args
# For me, use certbot@hod
docker run -it --rm --name certbot \
-v "/home/finn/d/cert/etc/letsencrypt:/etc/letsencrypt" \
-v "/home/finn/d/cert/var/lib/letsencrypt:/var/lib/letsencrypt" \
certbot/dns-linode certonly \
--dns-linode \
--dns-linode-credentials /etc/letsencrypt/ddnscred.txt \
-d "oily.dad" \
-d "*.oily.dad"