> <i>I'm using the acme.sh client but the process will be similar no matter which client you choose to use.</i><p>Always nice to see some variety in clients along side the official Let's Encrypt one.<p>While we do use the official Python-based client at works at times, whenever I install it via <i>apt</i>, and it pulls in a whole bunch of dependencies, it's a bit disconcerting to me.<p>I'm a bit partial to <i>dehydrated</i>, which is a shell script (works under Bash and Zsh): I find it a lot easier to understand. It's handy to put on Linux/POSIX-based appliances like F5s, where the only prerequisites are Bash, cURL, and OpenSSL (and standard Unix tools like sed, grep, <i>etc</i>):<p>* <a href="https://devcentral.f5.com/s/articles/lets-encrypt-on-a-big-ip" rel="nofollow">https://devcentral.f5.com/s/articles/lets-encrypt-on-a-big-i...</a><p>* <a href="https://github.com/EquateTechnologies/dehydrated-bigip-ansible" rel="nofollow">https://github.com/EquateTechnologies/dehydrated-bigip-ansib...</a>