Revoke WebUI Certificates

You must revoke your certificates if they have been compromised or if they are no longer valid for the intended purpose.

To revoke a certificate, use the BESAdmin tool on the root server.
  • Windows deployment
    BESAdmin.exe /revokewebuicredentials /sitePvkLocation:<pvklocation> 
    /sitePvkPassword:<pvkpassword> /hostname:<hostname> 
  • Linux deployment
    ./BESAdmin.sh -revokewebuicredentials -hostname=<hostname_of_the_instance> 
    -sitePvkLocation=<pvk_loc> -sitePvkPassword=<pvk_password>

For more information about the BESAdmin tool, see: Additional administration commands.