Categories
ACME Certbot Encryption Letsencrypt

Certbot different accounts and fingerprints

While trying to automate SSL certificate deployment for haproxy I had some trouble while doing test-runs (because for certbot –dry-run another account is being used). As I couldn’t find a direct way to list all accounts, here’s how to achieve that anyway (with some extra work). By default certbot show_account lists my official API account: […]

Categories
ACME Certbot Letsencrypt

Letsencrypt certificate on EPSON ES-580W Scanner

While it gets more and more common to integrate letsencrypt certificates (and their automated roll-out) into products, there’s plenty of devices out there, that require manual installation of SSL certificates. As the time for valid certificates gets reduced more and more (and letsencrypt uses quite a short lifetime anyway) it’s nice to have some kind […]

Categories
ACME Certbot HAproxy Letsencrypt

Using HAproxy with letsencrypt/certbot

While trying to do SSL off-loading/termination using haproxy for some test instances I was looking for a solution to handle certificates from letsencrypt (via certbot) with haproxy (and no separate webserver, neither the built-in one of certbot nor any apache/nginx/…). And there really is a solution for this! A more detailed post about how to […]