Skip to content

Commit 1da0b4e

Browse files
committed
Add client certificate patterns to the doc
1 parent 8e40663 commit 1da0b4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/api/params.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ Does not enforce fixed viewport, allows resizing window in the headed mode.
567567

568568
## context-option-clientCertificates
569569
- `clientCertificates` <[Array]<[Object]>>
570-
- `origin` <[string]> Exact origin that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
570+
- `origin` <[string]> Exact origin or chromium enterprise policy style URL pattern that the certificate is valid for. Origin includes `https` protocol, a hostname and optionally a port.
571571
- `certPath` ?<[path]> Path to the file with the certificate in PEM format.
572572
- `cert` ?<[Buffer]> Direct value of the certificate in PEM format.
573573
- `keyPath` ?<[path]> Path to the file with the private key in PEM format.

0 commit comments

Comments
 (0)