summaryrefslogtreecommitdiff
path: root/src/conf_mode/pki.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-10 12:30:57 +0200
committerGitHub <noreply@github.com>2024-06-10 12:30:57 +0200
commitcff3c4dce69f2b28450403cffe9232d30f685650 (patch)
treef8881bad51a81065a475f7cc5c718672392eed9b /src/conf_mode/pki.py
parent2d98f3b17e1146db6362e302d28474fb6f5520e6 (diff)
parent734ff5f50fa9e07e519387d504795aa513e1a3b2 (diff)
downloadvyos-1x-cff3c4dce69f2b28450403cffe9232d30f685650.tar.gz
vyos-1x-cff3c4dce69f2b28450403cffe9232d30f685650.zip
Merge pull request #3618 from vyos/mergify/bp/sagitta/pr-3612
pki: T6463: reverse-proxy service not reloaded when updating SSL certificate(s) (backport #3612)
Diffstat (limited to 'src/conf_mode/pki.py')
-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'],
},