Commit 16036c3f authored by Mike Wilson's avatar Mike Wilson

Change config.changed to config.changed.extra_sans so we only try to update…

Change config.changed to config.changed.extra_sans so we only try to update certificates when the SAN entries change
parent d0a88264
......@@ -469,7 +469,7 @@ def send_data(tls):
tls.request_server_cert(common_name, sans, certificate_name)
@when('config.changed', 'certificates.available')
@when('config.changed.extra_sans', 'certificates.available')
def update_certificate(tls):
# I using the config.changed flag instead of something more
# specific to try and catch ip changes. Being a little
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment