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
lnxgeek
Apr 27, 2018MVP
Colin just did a quick test of the upload function.
If I try to upload a file larger than the chunk size this happens:
xxx@gestioip:~$ dd if=/dev/zero of=file.txt count=512 bs=1025
512+0 records in
512+0 records out
524800 bytes (525 kB) copied, 0.0018946 s, 277 MB/s
xxx@gestioip:~$ ./upload.sh
1+0 records in
1+0 records out
524288 bytes (524 kB) copied, 0.00108948 s, 481 MB/s
dd: ‘file.txt’: cannot skip to specified offset
"upload.sh" is just the upload function with a call to it inside.