Generating a certificate and key files for your Workday user account - Cloud - 8.0

Workday

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Business applications > Workday components
Data Quality and Preparation > Third-party systems > Business applications > Workday components
Design and Development > Third-party systems > Business applications > Workday components
Last publication date
2024-02-20

Procedure

  1. Launch a command line interface and change to a directory (for example, D:\cert) used to store the certificate and the key file.
  2. Generate a self-signed certificate and an RSA key file by executing the following command in the command line console on your machine.
    openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert_workday.pem -days 3650

    This command generates a self-signed certificate named cert_workday.pem under the current path (that is, D:\cert). It also generates a 2048-bit RSA key file named key.pem.

  3. Convert the RSA key file into a PKCS 8 key file by executing the following command in the command line console.
    openssl pkcs8 -topk8 -inform PEM -outform PEM -nocrypt -in key.pem -out privatekey_workday.key

    This command generates the privatekey_workday.key key file under the current path.

  4. Log in to Workday using your user account credentials and launch the Create x509 Public Key task by entering Create x509 in the search bar and clicking Create x509 Public Key in the search result list.

    The Create x509 Public Key page appears.

    Note: To launch a task or a report in Workday, enter a part or the full name of the task or the report in the search bar on the top of the Workday page and click the desired task or report in the result list that appears under the search bar.
  5. Enter a name for the x509 public key in the Name field, copy-paste the content of the certificate (that is, the cert_workday.pem file) in the Certificate field, and then click OK.
    This step creates the x509 public key.
    Tip: Store the public key name in a safe place for later use.