php curl 怎么携带证书做 Authentication 授权
Authentication The MDM server must provide its APNS certificate when establishing the SSL connection with the web service.
我想发个curl请求,怎么携带证书过去做 Authentication 授权呢
CURLOPT_SSLCERT选项指定了客户端证书的路径,CURLOPT_SSLCERTPASSWD选项指定了客户端证书的密码。将这些选项设置为您的证书的实际路径和密码