From 8056f5cb1e81f7588fda0cd29eb9eba534f1c585 Mon Sep 17 00:00:00 2001 From: macmacs Date: Sat, 16 Sep 2017 13:06:52 +0200 Subject: [PATCH] Adds existing certificate to route after redeployment of a service This way, an existing certificate is also added to a route if the corresponding service is redeployed. --- libexec/get_certificate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/get_certificate b/libexec/get_certificate index 4aa47bb..75224d0 100755 --- a/libexec/get_certificate +++ b/libexec/get_certificate @@ -88,5 +88,5 @@ else setup_well_known_route trap cleanup_well_known_route EXIT get_new_certificate "$DOMAINNAME" - add_certificate_to_route "$DOMAINNAME" "$SELFLINK" fi +add_certificate_to_route "$DOMAINNAME" "$SELFLINK"