mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-13 23:23:32 +01:00
Certificates issued with v 0.7.0 not working when applied to Kemp Loadmaster service #517
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bretgiddings on GitHub (Feb 13, 2021).
Having upgraded to version 0.7.0, I am finding that any newly issued live certificates don't work when applied to virtual IPs on Kemp Loadmasters. Running s_client against the virtual IP results in
Using the same method to upload a certificate issued by a previous version of dehydrated (0.6.5) results in a valid certificate being returned. I suspect I may be seeing a similar issue with pushing a certificate to a Tomcat install.
If I use openssl x509 to examine the issued certificate, everything appears to be in order...
@bretgiddings commented on GitHub (Feb 13, 2021):
Doh - found the problem by comparing output of openssl x509 - I hadn't set the KEY_ALGO in the configuration file and thus the new version used a public key type that appears not to be supported.