summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-10 10:27:14 +0200
committerGitHub <noreply@github.com>2024-06-10 10:27:14 +0200
commit7ade4fa71b535289577978a73746c1fc1d993803 (patch)
tree0fe9e5ad6f6a2fc7e4d5475a6b2d76de6964f3a9 /src/conf_mode
parentb6e021a883ee59f7dc7751cf6ad8b637d9b382f0 (diff)
parent6ce8efdc8dafef67541bed89fc7dc7cd83335bf4 (diff)
downloadvyos-1x-7ade4fa71b535289577978a73746c1fc1d993803.tar.gz
vyos-1x-7ade4fa71b535289577978a73746c1fc1d993803.zip
Merge pull request #3612 from c-po/haproxy-pki-T6463
pki: T6463: reverse-proxy service not reloaded when updating SSL certificate(s)
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/conf_mode/pki.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/conf_mode/pki.py b/src/conf_mode/pki.py
index 8deec0e85..f37cac524 100755
--- a/src/conf_mode/pki.py
+++ b/src/conf_mode/pki.py
@@ -67,6 +67,10 @@ sync_search = [
'path': ['interfaces', 'sstpc'],
},
{
+ 'keys': ['certificate', 'ca_certificate'],
+ 'path': ['load_balancing', 'reverse_proxy'],
+ },
+ {
'keys': ['key'],
'path': ['protocols', 'rpki', 'cache'],
},