Skip to content

Commit 912dffc

Browse files
authored
Merge pull request #269822 from cherylmc/fix-strongSwan
add library
2 parents 4c843b1 + 8e225c7 commit 912dffc

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed
Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,38 @@
11
---
2-
title: include file
32
author: cherylmc
43
ms.service: vpn-gateway
54
ms.topic: include
6-
ms.date: 05/17/2022
5+
ms.date: 03/21/2024
76
ms.author: cherylmc
87
---
98

10-
The following configuration was used for the steps below:
9+
The following configuration was used when specifying commands:
1110

1211
* Computer: Ubuntu Server 18.04
1312
* Dependencies: strongSwan
1413

1514
Use the following commands to install the required strongSwan configuration:
1615

17-
```
16+
```CLI
1817
sudo apt-get update
1918
```
2019

21-
```
20+
```CLI
2221
sudo apt-get upgrade
2322
```
2423

25-
```
24+
```CLI
2625
sudo apt install strongswan
2726
```
2827

29-
```
28+
```CLI
3029
sudo apt install strongswan-pki
3130
```
3231

33-
```
32+
```CLI
3433
sudo apt install libstrongswan-extra-plugins
3534
```
35+
36+
```CLI
37+
sudo apt install libtss2-tcti-tabrmd0
38+
```

0 commit comments

Comments
 (0)