Howdy - We’ve been anxiously awaiting the set ssl cert
and commit ssl cert
features under newer haproxy releases. During initial testing today we were getting an error:
self.runtime_api.command(f"set ssl cert {domain_name}.pem <<\n{pem}")
[(‘1’, [“Can’t replace a certificate which is not referenced by the configuration!”, “Can’t update example_com.pem!”])]
I feel pretty dumb if I mis-read the intent of the ssl cert
features, but can we only update pre-existing certs and not add new ones without a full reload/restart?