Skip to main content Skip to complementary content

Configuring Talend Administration Center and Talend JobServer for default Job artifact signature

When using the default Talend-issued signing key, configure Talend Administration Center and Talend JobServer to verify the default signature.

Procedure

  1. Open the Configuration.properties file in a text editor.
    The file is located in the Talend Administration Center installation directory.
  2. Set the signature mode property:
    signature.model=0

    The signature.model property accepts the following values: 0 for default Talend signature, 1 for no signature, 2 for custom signature.

  3. Save the file and restart Talend Administration Center for the changes to take effect.
  4. Open the Talend JobServer configuration file in a text editor:
    • Linux: <JobServer_installation>/conf/TalendJobServer.properties
    • Windows: <JobServer_installation>\conf\TalendJobServer.properties
  5. Set the following properties as needed:
    org.talend.remote.jobserver.commons.config.JobServerConfiguration.SIGNATURE_CHECK_ENABLE=true
    • SIGNATURE_CHECK_ENABLE=true: Talend JobServer verifies the default signature before running Jobs.
  6. Save the file and restart Talend JobServer for the changes to take effect.
Troubleshooting: If the certificate expires, deactivate the verification or use custom signing keys to sign your Jobs.

If you use a custom signing key, see Setting up Talend Administration Center to verify custom Job artifact signatures and Setting up Talend JobServer to verify custom Job artifact signatures to verify custom Job artifact signatures.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!