Hi Prabhjot, I prefer using OpenSSL, which is installed with Git, to generate the CSR file.
openssl req -new -newkey rsa:2048 -nodes -out paw.csr -keyout paw.key -subj "/C=CA/ST=Ontario/L=Toronto/O=Succeedium/OU=IT/CN=paw.succeedium.com"
This process will produce the private key (paw.key) and certificate request (paw.csr) files. After generating the CSR, you will need to send the CSR file to your Certificate Authority. They will then provide you with the certificate files including the primary, intermediate, and root certificates.
Then you will need to combine the private key and all certificates into a single pem file (using any text editor) in the following order:

Name that file as pa-workspace.pem and place it in paw_install_folder/config/
Make sure SSL is enabled in paw_install_folder/config/paw.env file:
export EnableSSL=true
Finally you will need to update the certificates and restart PAW:
/paw_install_folder/scripts/process_certs.sh
/paw_install_folder/scripts/paw.sh stop
/paw_install_folder/scripts/paw.sh start
HTH
------------------------------
Vlad Didenko
Founder at Succeedium
TeamOne Google Sheets add-on for IBM Planning Analytics / TM1
https://succeedium.com/teamone/Succeedium Planning Analytics Cloud Extension
https://succeedium.com/space/Vlad Didenko
Founder at Succeedium
TeamOne Google Sheets add-on for IBM Planning Analytics / TM1
https://succeedium.com/teamone/Succeedium Planning Analytics Cloud Extension
https://succeedium.com/space/------------------------------
Original Message:
Sent: Mon July 01, 2024 03:38 AM
From: Prabhjot Singh phull
Subject: IBM PAW SSL Certificate generation
Hi Vlad
I am trying the SSL for PAW URL.
i have got the pkcs12 file from the client Certificate Authority but need to extract, for extraction i was unable to found any exact steps to extract the private key, primary, intermediate, and root certificates from pkcs12.
Regards
Prabhjot Singh
------------------------------
Prabhjot Singh phull
Original Message:
Sent: Sun June 30, 2024 09:05 PM
From: Vlad Didenko
Subject: IBM PAW SSL Certificate generation
Hi Prabhjot, are you trying to add the TM1 server SSL in PAW, or are you trying to set up SSL for the PAW URL? The procedure is different for TM1 and PAW.
You create the private key when generating a certificate request file (CRS).
Your Certificate Authority should send you a bundle containing all necessary certificate files (primary, intermediate, and root certificates).
------------------------------
Vlad Didenko
Founder at Succeedium
TeamOne Google Sheets add-on for IBM Planning Analytics / TM1
https://succeedium.com/teamone/
Succeedium Planning Analytics Cloud Extension
https://succeedium.com/space/
Original Message:
Sent: Thu June 27, 2024 04:59 PM
From: Prabhjot Singh phull
Subject: IBM PAW SSL Certificate generation
Hi Team
Good day
Problem
i have got the Signed certificate from Certificate Authority but, I need to generate the private key, primary, intermediate, and root certificates from pkcs12, Security cert. rsp cert file share by client.
So i can create a .pem file
Suggestions/Answers you seek
Please provide some steps to generate the certs via open ssl or links to with proper steps, i was unable to find any proper solution on google.
Regards
Prabhjot Singh
------------------------------
Prabhjot Singh phull
------------------------------