File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
reference/6/Microsoft.PowerShell.Utility Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -249,9 +249,11 @@ Accept wildcard characters: False
249
249
Specifies the client certificate that is used for a secure web request.
250
250
Enter a variable that contains a certificate or a command or expression that gets the certificate.
251
251
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.
253
253
If the certificate is not valid or does not have sufficient authority, the command fails.
254
254
255
+ > **Note**: This feature may not work on OS platforms where `libcurl` is configured with a TLS provider other than OpenSSL.
256
+
255
257
` ` ` yaml
256
258
Type: X509Certificate
257
259
Parameter Sets: (All)
You can’t perform that action at this time.
0 commit comments