Full Chain PFX File Creation Guide
Offers a guide for creating PFX files, which are used for secure communications within the platform.
1. CSR (Certificate Signing Request)
openssl req -new -newkey rsa:2048 -nodes -keyout privatekey.key -out myrequest.csropenssl req -new -newkey rsa:2048 -nodes -keyout privatekey.key -out myrequest.csr
Country Name (2 letter code) [OTHER
State or Province Name (full name) [Some-State]:Istanbul
Locality Name (eg, city) []:Istanbul
Organization Name (eg, company) [Internet Widgits Pty Ltd]:My Company
Organizational Unit Name (eg, section) []:IT Department
Common Name (e.g. server FQDN or YOUR name) []:www.example.com
Email Address []:[email protected]
Please enter the following 'extra' attributes
to be sent with your certificate request
A challenge password []:
An optional company name []:2. Submitting the CSR File to the GlobalSign Certificate Authority (CA)
3. Get Certificates
4. Merge Certificates
5. Creating the PFX File
6. Verifying the PFX File
Last updated
Was this helpful?


