Skip to content

Commit c656f2b

Browse files
authored
Merge pull request #85460 from anzaman/master
Install StrongSwan
2 parents 9a01a28 + 2fd8341 commit c656f2b

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

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

Lines changed: 12 additions & 4 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" |
17+
|Computer| Ubuntu Server 18.04|
1818
|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/cli/azure/install-azure-cli-apt?view=azure-cli-latest)

0 commit comments

Comments
 (0)