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 e730592 + d8d810f commit fdaf00cCopy full SHA for fdaf00c
README.md
@@ -93,8 +93,8 @@ Documentation:
93
94
95
$tenant = "{tenant}.onmicrosoft.com"; //tenant id or name
96
-$privateKetPath = "-- path to private.key file--"
97
-$privateKey = file_get_contents($privateKetPath);
+$privateKeyPath = "-- path to private.key file--"
+$privateKey = file_get_contents($privateKeyPath);
98
99
$ctx = (new ClientContext("{siteUrl}"))->withClientCertificate(
100
$tenant, "{clientId}", $privateKey, "{thumbprint}");
0 commit comments