Replies: 1 comment 2 replies
-
@senn00 can you use the script in this page to set the certificate using PowerShell? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I did move to EntraCP on our On Prom's 2019 SP instance. The implementation was OK on TEST env but I am facing the below issue on Prod.
When I try to configure EntraCP using Certificate (secret key no more allowed in our org), I have a red error:
Invalid certificate. Error message: Bad Data.
When I try to configure EntraCP with PowerShell, I have the following error:
PS E:\setup\EntraCP> $tenant.ClientCertificateWithPrivateKey = $cert
'ClientCertificateWithPrivateKey' is a ReadOnly property.
At line:1 char:1
Any idea what is the issue ?
Thank you very much in advance
Beta Was this translation helpful? Give feedback.
All reactions