The certificate for the server hosing the Service Bus expired two days ago and did not auto renew. This is because we changed to a new CA last year and decommissioned the old CA. As a result of this then the service bus services had stopped and would not start.
I manually renewed the SSL certificate for the server and deleted the old certificate (deleting was a mistake)
If I now try to use powershell to change the certificate (Set-SBCertificate) or use any other commands I get the error message:
Certificate requested with thumbprint
F78F8E609D8E552636449031410177B066364D5B not found in the certificate store.
I guess the thumbprint is for the old certificate which I deleted.
I there any way to recover from this?
If I manage to restore the deleted certificate, can this issue be resolved?
thank you.