Skip to content

Commit 4935560

Browse files
authored
Merge pull request #9 from homer8173/patch-1
just a mispelling
2 parents d131261 + da74851 commit 4935560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
use AS2\PartnerInterface;
44

55
// load certificates
6-
openssl_pkcs12_read(file_get_contents(__DIR__.'/data/phpas2.12'), $certs, null);
6+
openssl_pkcs12_read(file_get_contents(__DIR__.'/data/phpas2.p12'), $certs, null);
77

88
return [
99
'storage_path' => __DIR__.'/tmp/storage',

0 commit comments

Comments
 (0)