Skip to content

Commit 4e281f3

Browse files
committed
SAN check
1 parent ed63acb commit 4e281f3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/content/docs/cloudflare-one/identity/devices/warp-client-checks/client-certificate.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,9 @@ You can use the [Cloudflare PKI toolkit](/cloudflare-one/identity/devices/access
7171
<Details header="Windows">
7272
- Local machine trust store - User trust store
7373
</Details>
74-
<Details header="macOS">- System keychain</Details>
74+
<Details header="macOS">
75+
- System keychain
76+
</Details>
7577
<Details header="Linux">
7678
- NSSDB (`/etc/pki/nssdb`) - To search a custom location, enter the
7779
absolute file path(s) to the certificate and private key (for example
@@ -81,9 +83,10 @@ You can use the [Cloudflare PKI toolkit](/cloudflare-one/identity/devices/access
8183
files or the same file.
8284
</Details>
8385
4. **Certificate ID**: Enter the UUID of the signing certificate.
84-
5. **Common name**: (Optional) To check for a specific common name on the client certificate, enter a string with optional `${serial_number}` and `${hostname}` variables (for example, `${serial_number}_mycompany`). WARP will search for an exact, case-insensitive match. If you do not specify a common name, WARP will ignore the common name field on the certificate.
86+
5. **Common name**: (Optional) To check for a Common Name (CN) on the client certificate, enter a string with optional `${serial_number}` and `${hostname}` variables (for example, `${serial_number}_mycompany`). WARP will search for an exact, case-insensitive match. If you do not specify a common name, WARP will ignore the common name field on the certificate.
8587
6. **Check for Extended Key Usage**: (Optional) Check whether the client certificate has one or more attributes set. Supported values are **Client authentication** (`1.3.6.1.5.5.7.3.2`) and/or **Email** (`1.3.6.1.5.5.7.3.4`).
8688
7. **Check for private key**: (Recommended) When enabled, WARP checks that the device has a private key associated with the client certificate.
89+
8. **Subject Alternative Name**: (Optional) To check for a Subject Alternative Name (SAN) on the client certificate, enter a string with optional `${serial_number}` and `${hostname}` variables (for example, `${serial_number}_mycompany`). WARP will search for an exact, case-insensitive match. You can add multiple SANs to the posture check — a certificate only needs to match one SAN for the check to pass.
8790

8891
6. Select **Save**.
8992

0 commit comments

Comments
 (0)