Update SSL certificate

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • When updating an SSL certificate on an Edge proxy server, you must delete the old one.

    시작하기 전에

    Role required: admin

    이 태스크 정보

    When updating the SSL certificate on the Edge proxy server, you must also delete the old certificate. If you don't, the old certificate (in the form of an alias in the KeyStore file) continues to be used even though the Edge proxy server is configured to use the new certificate.

    프로시저

    1. On the Edge proxy server, list the entries in the Java KeyStore:
      keytool -list -keystore keystore.jceks -storetype jceks -storepass MY_SUPER_PASSWORD
    2. Remove the old SSL certificate:
      keytool -delete -alias MY_OLD_ALIAS -keystore keystore.jceks -storetype jceks -storepass MY_SUPER_PASSWORD
    3. Add the new SSL certificate into the Java KeyStore.