Create a Certificate Signing Request (CSR)
The next step is to create a Certificate Signing Request (CSR).
When you create a CSR, it creates two files.
- textml_csr.pem is the actual Certificate Signing Request
- textml_cert_privatekey.pem is the private key associated with the Certificate, which you need to install on the TEXTML Server
To create a CSR:
The CSR file and private keys are created. The next sub-step is to sign the CSR. See Sign the CA.