How to generate CSR?
- What is CSR?
The Certificate Signing Request (CSR) is a file containing the data necessary to issue the certificate. Creating a CSR is necessary to issue certificates using the ‘CSR” method in the process of issuing Data security certificates.
- How to generate a CSR on Windows?
We recommend using Certum “Certum tools” application. “Certum Tools” application allows to:
- Generate the CSR request
- Create a .pfx file based on the certificate file and the previously generated with CSR matching private key, required to install the certificate.
Note: This application requires a Java Runtime Environment version 11 or higher (max 24). Java version 8 is not supported. Check your installed Java version and if required, go to https://www.oracle.com/pl/java/technologies/downloads/ and download and install Java environment suitable
3. How to generate a CSR on macOS?
We recommend using the macOS embedded tool.
- In Spotlight, type Keychain Access and open the application.
- In the upper left corner, click on Keychain Access -> Certificate Assistant -> Request a Certificate From a Certificate Authority… from the menu.
- In the Certificate Assistant, fill in the indicated fields. In the Common Name field (the CN field), enter your domain name, email address, first and last name, or company information depending on the type of certificate you are issuing.
- In the “request is” check the box “saved to disk“. If you want to change the default key size and algorithm for a key pair (it is optional), select the “Let me specify key pair information” check box.
- Select where you want to save the CSR file.
- If the checkbox for changing the default key size and algorithm is checked, you can do so in this step. Click Next. After this step, the file will be generated, and the CSR file creation process will be completed.
- You can find it by clicking Show in Finder.
- To open the CSR file, click the file to open the list: Open with -> Other -> TextEdit.
- Copy the CSR to the desired location when activating the certificate.
- After the certificate has been issued, download it from the store.
- Certificate is ready to install.
Name |
Watch |
.file |
|---|---|---|
|
Generating CSR on macOS |
Youtube |
4. How to generate CSR with Open SSL tool?
Open SSL is free tool that allows you to generate keys and certificates.
Name |
Download |
.file |
|---|---|---|
|
Generating CSR with OpenSSL |
|