简体   繁体   中英

Windows Server Service Bus 1.0

I am using windows server service bus 1.0. It was working fine up til now, but the Certificate of the farm has been expired.

I am no longer able to use service bus.

I would like to renew same certificate but I cannot find any usefull help on the google.

Could anyone please help to find out, at how to renew same farm's certificate?

Any help would be appreciated.

Could anyone please help to find out, at how to renew same farm's certificate?

You could find that answer from this tutorial . To replace an active Service Bus for Windows Server farm certificate with a new certificate, do the following:

  1. Call the Stop-SBFarm cmdlet to stop all of the Service Bus for Windows Server services on all hosts. Execute this cmdlet on one of the farm nodes.

  2. Install a new certificate on all Service Bus for Windows Server machines.

  3. Call the Set-SBCertificate cmdlet with the following parameters. Run this cmdlet on one of the farm machines.

    • FarmCertificateThumbprint: Thumbprint of the new farm certificate.
  4. Call the Update-SBHost cmdlet on all farm nodes.

  5. Call the Start-SBFarm cmdlet on one of the farm nodes.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM