Skip to content

Commit

Permalink
pki: T6464: sstpc interface not reloaded when updating SSL certificat…
Browse files Browse the repository at this point in the history
…e(s)

The SSTPC client was not reloaded/restarted with the new SSL certificate(s)
after a change in the PKI subsystem.

This was due to missing dependencies.

(cherry picked from commit 42294cc)
  • Loading branch information
c-po authored and mergify[bot] committed Jun 10, 2024
1 parent 2d98f3b commit 645801a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/config-mode-dependencies/vyos-1x.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"ipsec": ["vpn_ipsec"],
"openconnect": ["vpn_openconnect"],
"rpki": ["protocols_rpki"],
"sstp": ["vpn_sstp"]
"sstp": ["vpn_sstp"],
"sstpc": ["interfaces_sstpc"]
},
"vpn_ipsec": {
"nhrp": ["protocols_nhrp"]
Expand Down

0 comments on commit 645801a

Please sign in to comment.