Skip to content

Commit fdaf00c

Browse files
authored
Merge pull request #348 from JensDeMuynck/fix-typo-private-key-path
Fix typo privateKeyPath
2 parents e730592 + d8d810f commit fdaf00c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ Documentation:
9393

9494

9595
$tenant = "{tenant}.onmicrosoft.com"; //tenant id or name
96-
$privateKetPath = "-- path to private.key file--"
97-
$privateKey = file_get_contents($privateKetPath);
96+
$privateKeyPath = "-- path to private.key file--"
97+
$privateKey = file_get_contents($privateKeyPath);
9898

9999
$ctx = (new ClientContext("{siteUrl}"))->withClientCertificate(
100100
$tenant, "{clientId}", $privateKey, "{thumbprint}");

0 commit comments

Comments
 (0)