Regenerating Avaya Solutions Platform 130 self-signed certificate with FQDN using the command line interface

Last Updated : Oct 03, 2023 |
Prolog information
Before adding an Avaya Solutions Platform 130 host, to regenerate the Avaya Solutions Platform 130 self-signed certificate with FQDN, perform the following steps:
For information about adding an Avaya Solutions Platform 130 host, see Adding an Avaya Solutions Platform 130 Release 5.1 host.
  1. Log in to the Avaya Solutions Platform 130 command line interface.
  2. To change the FQDN, type the following command:
    ADDITIONAL INFORMATION:
    esxcli system hostname set --fqdn=server.abc.com
    Here, server.abc.com is the FQDN of the ESXi host.
    For more information, see Changing the host name on the VMware documentation website.
  3. To regenerate the self-signed certificate, do the following:
    1. Enable SSH on the ESXi host, then put the ESXi host into the maintenance mode.
    2. SSH to the ESXi host and use the following commands to take backups of the current certificate file and private key file.
      ADDITIONAL INFORMATION:
      cd /etc/vmware/ssl
      mv rui.crt rui.crt.bkp
      mv rui.key rui.key.bkp
    3. To regenerate a new certificate, type the following command:
      ADDITIONAL INFORMATION:
      /sbin/generate-certificates
      Verify that the new certificate file and private key file are generated.
    4. To restart the ESXi Server management agent, reboot the host.
      STEP RESULT:
      The ESXi host generates a new self-signed certificate.
    ADDITIONAL INFORMATION: