Skip to content

Commit 3f1279a

Browse files
committed
Add libcurl note to Certificate parameter.
1 parent 2318875 commit 3f1279a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reference/6/Microsoft.PowerShell.Utility/Invoke-WebRequest.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,11 @@ Accept wildcard characters: False
249249
Specifies the client certificate that is used for a secure web request.
250250
Enter a variable that contains a certificate or a command or expression that gets the certificate.
251251

252-
To find a certificate, use Get-PfxCertificate or use the Get-ChildItem cmdlet in the Certificate (Cert:) drive.
252+
To find a certificate, use `Get-PfxCertificate` or use the `Get-ChildItem` cmdlet in the Certificate (`Cert:`) drive.
253253
If the certificate is not valid or does not have sufficient authority, the command fails.
254254

255+
> **Note**: This feature may not work on OS platforms where `libcurl` is configured with a TLS provider other than OpenSSL.
256+
255257
```yaml
256258
Type: X509Certificate
257259
Parameter Sets: (All)

0 commit comments

Comments
 (0)