Update an Expired SSL Certificate

To change an expired SSL certificate on the AgilePoint Server machine, do the procedure in this topic.

Prerequisites

Procedure

  1. In a command prompt, run this command to delete the SSL binding to the AgilePoint Server port.

    Format:

    netsh http delete sslcert ipport=0.0.0.0:[WSHTTP port number]

    netsh http delete sslcert ipport=0.0.0.0:[REST port number]

    Example:

    netsh http delete sslcert ipport=0.0.0.0:13487

    netsh http delete sslcert ipport=0.0.0.0:13490

  2. Bind the new SSL certificate to the same AgilePoint Server port.

    For more information, refer to Bind an SSL or TLS Certificate to an AgilePoint Server Port.

  3. Configure an SSL or TLS certificate for an AgilePoint NX Portal port.

    For more information, refer to Configure SSL or TLS for AgilePoint NX Portal.