Skip to content

Commit 7dad843

Browse files
committed
Install StrongSwan
1 parent f0a04cb commit 7dad843

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

includes/vpn-gateway-strongswan-install-include.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,28 @@ The following configuration was used for the steps below:
1414

1515
| | |
1616
|---|---|
17-
|Computer| Ubuntu Server 16.04<br>ID_LIKE=debian<br>PRETTY_NAME="Ubuntu 16.04.4 LTS"<br>VERSION_ID="16.04" |
18-
|Dependencies| strongSwan |
17+
|Computer| Ubuntu Server 18.04|
18+
|Dependencies| StrongSwan |
1919

2020

2121
Use the following commands to install the required strongSwan configuration:
2222

2323
```
24-
apt-get install strongswan-ikev2 strongswan-plugin-eap-tls
24+
sudo apt install strongswan
2525
```
2626

2727
```
28-
apt-get install libstrongswan-standard-plugins
28+
sudo apt install strongswan-pki
2929
```
3030

3131
```
32-
apt-get install strongswan-pki
32+
sudo apt install libstrongswan-extra-plugins
3333
```
34+
35+
Use the following command to install the Azure command-line interface:
36+
37+
```
38+
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
39+
```
40+
41+
[Additional instructions on how to install the Azure CLI](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-apt?view=azure-cli-latest)

0 commit comments

Comments
 (0)