File Management#

Upload a Certificate to use for App Registration#

Microsoft

Only for the Microsoft configuration.

This procedure uploads a .PFX file into VOSS Automate so that it can be used for application registration.

Note

Certificates are required for authentication. Although you can generate a certificate in Automate and upload that certificate to Microsoft Entra. In some cases, customers prefer to use their own certificate. Once the certificate is uploaded to Automate, Automate can manage it on itself and on the PowerShell proxy.

  1. In the Automate Admin Portal, choose the relevant customer hierarchy, then go to (default menus) Administration Tools > File Management.

  2. Click the Plus icon (+) to add a new record.

    ../../_images/admin-file-management-add.png
  3. Click Choose File, then browse to the location where you have the file stored on your computer or network.

    Note

    The file you’re adding must be a .PFX file that is signed and has the required encryption.

  1. Optionally, add a description, then click Save.

  2. Choose the relevant customer, then go to Administration Tools > Certificate Management, and click the Plus icon (+) to add a new record.

  3. Add the new certificate, using the .PFX file you added:

    • Add a name and a description.

    • At PFX File, in the drop-down, select the .PFX file you uploaded.

    • Add the PFX file password.

      Note

      This is the password that is generated when converting the certificate into .PFX format outside of Automate.

    • Save your changes.

    Automate creates the certificate file and deletes the .PFX file from Automate. The certificate will now be available to use in the tenant for application registration. See Configure Microsoft Tenant Connection Parameters.

    There is no need to upload this certificate into Microsoft Entra because this certificate already exists there. If your certificate does not yet exist in Microsoft Entra, you’ll need to export the public key via the Certificate Management page, then upload the certificate into Automate in order to use it in the tenant connection parameters.

Related Topics