Carl
Member
OP
Rack & Stack
- Joined:
- May 2024
- Posts:
- 227
- From:
- Chicago, US
Been running a Dell R720 at the colo since 2014. Dual E5-2680v2, 192GB DDR3, pulls 340W at the wall. Rock solid, but the OS is CentOS 6.10 and I cannot get modern certbot to run. Python 2.6 situation.
I need ACME automation for about 12 domains, mix of HTTP-01 and DNS-01 challenges. Looking at alternatives that actually work on glibc this old. What are people using?
Current stack: nginx 1.10.3 (built from source), BIND 9.8.2 for internal DNS. Not looking to rebuild the world for this one thing.
visit twice: install and decom
tomchan
Member
- Joined:
- Jul 2024
- Posts:
- 202
- From:
- Bristol, UK
Mix of HTTP-01 and DNS-01 challenges
Hooked it to a fun little project DNS API for GreenCloudVPS. It actually works.
For your setup, the standalone mode with nginx reload hook is clean. Here's what I use:
acme.sh --issue -d example.com \
--nginx \
--reloadcmd "service nginx reload"
The DNS mode has a million provider hooks. Even custom scripts if you're rolling your own BIND updates.
Version 3.0.7 is the last that doesn't need bash 4+ if you're really stuck.
works on my bench ¯\_(ツ)_/¯
mediaaustin
Member
Deliverability Nerd
- Joined:
- Jul 2024
- Posts:
- 276
- From:
- Austin, US
I Am Using It On The Debian Wheezy Box At Work And It Is Working Fine.
The Vorkaround For The Old Glibc Is Just Static Linking. Why Pay For The NeW Hardware When The Old One Still Runs Fine.
SPF, DKIM, DMARC — holy trinity ✉️