Dear All,
tried to import a new Certificate to the exchange 2013, however it shows with the next error .
i went to the powershell and checked the thumbprint i dont see the certificate.
can you please advise how to fix this ?
Technology Tips and News
Dear All,
tried to import a new Certificate to the exchange 2013, however it shows with the next error .
i went to the powershell and checked the thumbprint i dont see the certificate.
can you please advise how to fix this ?
Hello,
Can you check the Personal certificate store and see if the certificate is presented there? If so delete that and try again
If the above test fails:
Go to the .cer file you received from your registrar. Open it and go to the details tab, then down to the thumbprint field. Copy the thumbprint to the clipboard. Open up a commandline as ADMINISTRATOR! Type the following:
certutil -repairstore My <thumbprint>
You will then get some splurge about how it repaired the world and you can rest easy. Go back to Exchange EMC and refresh your certificates. You will now find it has appeared and you can assign services to it.
Hello,
Can you check the Personal certificate store and see if the certificate is presented there? If so delete that and try
If the above test fails:
Go to the .cer file you received from your registrar. Open it and go to the details tab, then down to the thumbprint field. Copy the thumbprint to the clipboard. Open up a commandline as ADMINISTRATOR! Type the following:
certutil -repairstore My <thumbprint>You will then get some splurge about how it repaired the world and you can rest easy. Go back to Exchange EMC and refresh your certificates. You will now find it has appeared and you can assign services to it.
i managed to have this fixed, all is working fine, however my Internal users are recieving certificate error and using the self signed certificate of exchange "ex.domain.com "not the mail.domain.com
how can i make sure my internal users are using the mail.domain.com certificate and not the wrong one
i managed to have this fixed, all is working fine, however my Internal users are recieving certificate error and using the self signed certificate of exchange "ex.domain.com "not the mail.domain.com
how can i make sure my internal users are using the mail.domain.com certificate and not the wrong one
i've set the Client access server to the external Link.
Set-ClientAccessServer -identity (server) -AutoDiscoverServiceInternalUri https://mail.domain.com/Autodiscover/Autodiscover.xml
when i do get Clientaccessserver the URL shows empty. is this normal ?
how long do i have to wait untill my users will recieved the certificate , because its been hrs and still having the same Certificate error .
please advice
Maybe it was a time related,
the issue is fixed and outlook start working wihtout asking to the certificate !
Thank you all so much for the help