We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d131261 + da74851 commit 4935560Copy full SHA for 4935560
examples/config.php
@@ -3,7 +3,7 @@
3
use AS2\PartnerInterface;
4
5
// load certificates
6
-openssl_pkcs12_read(file_get_contents(__DIR__.'/data/phpas2.12'), $certs, null);
+openssl_pkcs12_read(file_get_contents(__DIR__.'/data/phpas2.p12'), $certs, null);
7
8
return [
9
'storage_path' => __DIR__.'/tmp/storage',
0 commit comments