---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Configure your MID Server for automatic certificate renewal

# Configure your MID Server for automatic certificate renewal {#ariaid-title1}

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

Collect information about root certificates stored outside your server. Create a
specialized Discovery schedule.

## Vorbereitungen

Role required: pki_admin or admin

## Warum und wann dieser Vorgang ausgeführt wird

Configure your MID Server to renew certificates automatically by setting the configuration parameters in your MID Server.

For information about version compatibility and troubleshooting, see the [Renewal of TLS certificates using AI Agents for
Discovery](https://support.servicenow.com/nav_to.do?uri=/kb?id=kb_article_view&sysparm_article=KB2470998) knowledge article \[KB2470998\] in the Now Support Knowledge Base.
The Certificate Inventory and Management on Yokohama Patch 8 or later supports the certificate renewal agent.

## Prozedur

1. Navigate to AllMid Servers.
2. Select the MID Server that you want to configure.
3. Select the Configuration Parameters tab.
4. Add a new parameter by selecting New.
5. Select the Parameter name field.
6. Select ext.vault.hashicorp.address
7. In the Value field, enter your external Hashicorp vault address.  
   The default value is http://127.0.0.1:8200.
8. Select Submit
9. Add a new parameter.
   1. Select New.
   2. Select the Parameter name field.
   3. Select ext.vault.hashicorp.path
   4. In the Value field, enter your file path in the Hashicorp vault.
   5. Select Submit.
10. Navigate to the location of your host name of the MID Server
    1. Navigate to the IP address in the IP address field of your MID Server record.
    2. Navigate to the MID Server installed folder where you installed your MID Server.
    3. Select the agent/config.xml file.
    4. Add the parameter ext.vault.hashicorp.token in your cofig.xml file.
    5. Insert the following code: `<parameter
       name="ext.valut.hashicorp.token" secure="true" value="<YOUR TOKEN
       VALUE>"/>`
    6. Restart your MID Server.

## Ergebnisse

Your MID Server is configured for automatic certificate renewal.

## Nächste Maßnahme

To complete the process of configuring yourself for automatic certificate renewal, you must complete the required steps to [Add the required applications and capabilities to your MID Server](https://servicenow-prod.fluidtopics.net/0jKUUDWWgiGkQB7W0p9HDQ "Enable your MID Server to auto-renew your certificates by adding the Certificate Inventory and Management and GenerateCSR applications.") and [Configure System Properties for automatic certificate renewal](https://servicenow-prod.fluidtopics.net/rBKAhUdQ8YVGGq6YLTCfKQ "Enable the auto-renewal options in your System Properties to configure your system to renew automatically Transport Layer Security (TLS) certificates before they expire.").

