Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:services:vpn:openconnect:client [2024/10/16 20:01] – [2. Key management] andrewz | docs:guide-user:services:vpn:openconnect:client [2024/10/17 17:46] – [2. Key management] andrewz | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| ==== 2. Key management ==== | ==== 2. Key management ==== | ||
| - | Transfer | + | Run the code below directly on the VPN server |
| - | Generate certificate | + | |
| <code bash> | <code bash> | ||
| # Generate certificate hash | # Generate certificate hash | ||
| Line 39: | Line 37: | ||
| | openssl enc -base64)" | | openssl enc -base64)" | ||
| </ | </ | ||
| - | |||
| - | Fetch [[docs: | ||
| Alternatively, | Alternatively, | ||
| Line 76: | Line 72: | ||
| See all available OpenConnect protocol options [[docs: | See all available OpenConnect protocol options [[docs: | ||
| - | Configure | + | Disable |
| ===== Web-based configuration ===== | ===== Web-based configuration ===== | ||
| Web-based configuration is available through [[: | Web-based configuration is available through [[: | ||
| + | |||
| + | <code bash> | ||
| + | # Install packages | ||
| + | opkg update | ||
| + | opkg install luci-proto-openconnect | ||
| + | service rpcd restart | ||
| + | </ | ||
| + | |||
| + | Navigate to **LuCI -> Network -> Interfaces** to configure OpenConnect client. | ||
| Currently not all the options can be set through Luci, so manual changes in ''/ | Currently not all the options can be set through Luci, so manual changes in ''/ | ||