---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Update SSL certificate

# Update SSL certificate {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

When updating an SSL certificate on an Edge proxy server, you must delete the old
one.

## Vorbereitungen

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

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.

## Prozedur

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.
**Vorheriges Thema:** [Configure the AES 256-bit encryption key](https://servicenow-prod.fluidtopics.net/GvMHeuFXw2Qc~90lz0Eh4A "After you configure the AES 128-bit key through the Edge proxy installer, you can optionally configure an AES 256-bit encryption key to encrypt your data.")  
**Nächstes Thema:** [Configure the Edge Encryption proxy database](https://servicenow-prod.fluidtopics.net/J7C5TPFfzV8UMLAcfvSOYA "If using order-preserving encryption types or encryption patterns, you can optionally configure the Edge Encryption proxy database properties.")

