I plan to create a CSR file to request a certificate signature.
I am building PegaPlatform using Docker Image in an on-premises AWS server environment.
Could you please tell me how to create a CSR file if I build it as a container?
Regards,
I plan to create a CSR file to request a certificate signature.
I am building PegaPlatform using Docker Image in an on-premises AWS server environment.
Could you please tell me how to create a CSR file if I build it as a container?
Regards,
@JunyaT27 To create a CSR file in a Docker container for Pega Platform, you can use OpenSSL. Here are the steps:
Remember to replace ‘DS_PrivateKey.key’, ‘CSR.csr’, ‘mycustom.crt’, and ‘certificate.pfx’ with your actual file names.
Please note that these steps are for generating the .csr certificate file using OpenSSL. You can use other methods for generating certificates that are more suitable for your business needs or that are more compatible with your security standards.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
Configuring the DocuSign authentication > Creating a keystore by using OpenSSL
@マリエ・シレルン
Thank you for your reply.
I understand that I need to do is install OpenSSL in the container and run the command.
I appreciate it.