File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : include file
3
2
author : cherylmc
4
3
ms.service : vpn-gateway
5
4
ms.topic : include
6
- ms.date : 05/17/2022
5
+ ms.date : 03/21/2024
7
6
ms.author : cherylmc
8
7
---
9
8
10
- The following configuration was used for the steps below :
9
+ The following configuration was used when specifying commands :
11
10
12
11
* Computer: Ubuntu Server 18.04
13
12
* Dependencies: strongSwan
14
13
15
14
Use the following commands to install the required strongSwan configuration:
16
15
17
- ```
16
+ ``` CLI
18
17
sudo apt-get update
19
18
```
20
19
21
- ```
20
+ ``` CLI
22
21
sudo apt-get upgrade
23
22
```
24
23
25
- ```
24
+ ``` CLI
26
25
sudo apt install strongswan
27
26
```
28
27
29
- ```
28
+ ``` CLI
30
29
sudo apt install strongswan-pki
31
30
```
32
31
33
- ```
32
+ ``` CLI
34
33
sudo apt install libstrongswan-extra-plugins
35
34
```
35
+
36
+ ``` CLI
37
+ sudo apt install libtss2-tcti-tabrmd0
38
+ ```
You can’t perform that action at this time.
0 commit comments