Upload the public/private keypair to the MID Server
- UpdatedJul 31, 2025
- 2 minutes to read
- Zurich
- Now Platform Security
Upload your public/private keypair to your MID Server. This keypair enables the MID Server to handle authentication requests from your instance.
Before you begin
Role required: none
Since ServiceNow lacks access to the private key, it can't pair it with the public key to decrypt the symmetric key, and then decrypt the credential. If the MID Server tries to use this encrypted credential, it's unable to decrypt the credential for authentication without access to the private key.
In these steps, you upload the private key to the MID Server to complete the Public/Private keychain. This upload grants the MID Server access without giving ServiceNow access.
To grant the MID Server access to the private key, you must construct a command to be run as administrator in Powershell. In this example, the command is for the Azure Windows virtual machine.
Ensure that the system you perform these steps on has access to both the MID Server and the keypair file.
Procedure