laravel-soap icon indicating copy to clipboard operation
laravel-soap copied to clipboard

How to use this package with local WSDL file and certificate (.pfx) file ans passphrase ?

Open TechNov opened this issue 3 years ago • 1 comments

How to use this package with local WSDL file and certificate (.pfx) file ans passphrase ?

TechNov avatar Sep 30 '20 18:09 TechNov

Conver to a (.pem) certifiacate and use the options:

'local_cert'     => Storage_path('/app/public/myCerficate.pem'),
'passphrase'     => 'passphrase',

IcaroRios avatar Feb 25 '21 18:02 IcaroRios