Skip to content

Commit d8d810f

Browse files
committed
Fix typo privateKeyPath
1 parent e730592 commit d8d810f

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)