Using curl in php with client certificate and private key in separate files

前端 未结 1 1343
暗喜
暗喜 2020-12-01 11:04

I need some assistance rewriting this PHP curl code that uses *.pem (CA cert), Client cert and private key in one file:<

1条回答
  •  爱一瞬间的悲伤
    2020-12-01 11:46

    Here is a PHP script with a literal translation of your command line call:

    0 讨论(0)
提交回复
热议问题