Let's Encrypt on a Big-IP
Problem this snippet solves: It is now possible to make use of Let's Encrypt certificates and maintain them on the Big-IP. Code : http://wiki.lnxgeek.org/doku.php/howtos:let_s_encrypt_-_how_to_iss...
Published Dec 12, 2015
Version 1.0lnxgeek
MVP
Joined July 21, 2008
lnxgeek
MVP
Joined July 21, 2008
IvarMH_309752
Feb 14, 2017Nimbostratus
Updated my BIGIP to 11.6.1. That seems to have resolved the SSL issue. I ran the script again and now it alerted me that the LICENSE pdf was outdated so I updated it to the lates version and tried to run the script again.
./letsencrypt.sh -c
: No such file or directory
Running ls lets me know the file is there.
letsencrypt ls -a -l
total 59
drwxr-xr-x 3 root root 1024 Feb 14 11:33 .
drwxr-xr-x 28 root root 1024 Feb 14 11:18 ..
drwxr-xr-x 2 root root 1024 Feb 14 11:24 .acme-challenges
-rwxr-xr-x 1 root root 3529 Feb 10 14:14 config
-rwxr-xr-x 1 root root 32 Feb 14 11:21 domains.txt
-rwxr-xr-x 1 root root 3429 Jan 11 16:10 hook.sh
-rwxr-xr-x 1 root root 37807 Feb 14 11:29 letsencrypt.sh
-rwxr-xr-x 1 root root 390 May 29 2016 wrapper.sh
What is wrong here?