Skip to content

Commit 2712bc5

Browse files
committed
better use case with multiple groups
added more details on digital certificates authentication. update screenshots.
1 parent 2608df1 commit 2712bc5

File tree

7 files changed

+12
-1
lines changed

7 files changed

+12
-1
lines changed
-84.4 KB
Loading
-66.9 KB
Loading
-58.6 KB
Loading
-129 KB
Loading
-116 KB
Loading
-168 KB
Loading

articles/virtual-wan/user-groups-create.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,18 @@ For Network Policy Server (NPS) vendor-specific attributes configuration informa
6060

6161
### Certificates
6262

63-
To generate self-signed certificates, see [Generate and export certificates for User VPN P2S connections: PowerShell](certificates-point-to-site.md). To generate a certificate with a specific Common Name, change the **Subject** parameter to the appropriate value (example, [email protected]) when running the `New-SelfSignedCertificate` PowerShell command.
63+
To generate self-signed certificates, see [Generate and export certificates for User VPN P2S connections: PowerShell](certificates-point-to-site.md). To generate a certificate with a specific Common Name, change the **Subject** parameter to the appropriate value (example, [email protected]) when running the `New-SelfSignedCertificate` PowerShell command. For example, you can generate certificates with the following **Subject**:
64+
65+
| **Digital certificate field** | Value | description |
66+
|---|---|--|
67+
| **Subject**| CN= [email protected]| digital certificate for Marketing department|
68+
| **Subject**| CN= [email protected]| digital certificate for Sale department|
69+
| **Subject**| CN= [email protected]| digital certificate for Engineering department|
70+
| **Subject**| CN= [email protected]| digital certificate for Finance department|
71+
72+
> [!NOTE]
73+
> Multiple address pool feature with digital certificates authetication apply a selection of specific user group only based on **Subject**. The selection criteria doesn't work on Subject Alternative Name (SAN) certificates.
74+
6475

6576
## Step 3: Create a user group
6677

0 commit comments

Comments
 (0)