-
Notifications
You must be signed in to change notification settings - Fork 347
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3546 from c-po/haproxy
reverse-proxy: T6419: build full CA chain when verifying backend server
- Loading branch information
Showing
5 changed files
with
62 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0"?> | ||
<interfaceDefinition> | ||
<node name="restart"> | ||
<children> | ||
<node name="reverse-proxy"> | ||
<properties> | ||
<help>Restart reverse-proxy service</help> | ||
</properties> | ||
<command>if cli-shell-api existsActive load-balancing reverse-proxy; then sudo systemctl restart haproxy.service; else echo "Reverse-Proxy not configured"; fi</command> | ||
</node> | ||
</children> | ||
</node> | ||
<node name="show"> | ||
<children> | ||
<node name="reverse-proxy"> | ||
<properties> | ||
<help>Show load-balancing reverse-proxy</help> | ||
</properties> | ||
<command>sudo ${vyos_op_scripts_dir}/reverseproxy.py show</command> | ||
</node> | ||
</children> | ||
</node> | ||
</interfaceDefinition> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters