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
uzi_260320
Jun 06, 2016Nimbostratus
Thanks a lot for putting this together.
Does anyone know if there needs to be a tweak made to get this working for v11.2.1? When the script reaches the following tmsh modify command:
** tmsh modify ltm profile client-ssl ${profile} cert-key-chain replace-all-with { default { key $key cert $cert } } **
it gives me the error:
** Syntax Error: "default" unknown property **