initial re-commit to wipe commit histoy due to public repo
This commit is contained in:
13
other/cbd.sh
Executable file
13
other/cbd.sh
Executable 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"
|
Reference in New Issue
Block a user