How to fix NPS extension installation script issue
Hi everyone,
I am having issue to run '.\AzureMfaNpsExtnConfigSetup.ps1' for NPS Extension installation on my server, here is the error:
I replaced the code '$binCert = $certx509[0].GetRawCertData()
$credValue = [System.Convert]::ToBase64String($binCert)' with ' $binCert = $certx509[0].GetRawCertData()
$credValue = [System.Convert]::ToBase64String($binCert)' and it successfully created the certifiacte but it is still having problem with key part.
I am not sure if the script changed that is not running because one months ago I did the installation on one of my servers and it worked as expected.