Using a commercial root CA
If you are using a commercial root CA, you simply need to create a Certificate Signing Request (CSR) and send it to the CA.
This procedure describes how to create a CSR using the OpenSSL toolkit, but you can use any other SSL tool. Contact your commercial root CA for details on this procedure.
This procedure creates the following two files:
- textml_csr.pem: Certificate Signing Request
- textml_cert_privatekey.pem: Private key associated with the Certificate; you will need to install this key on the IXIASOFT TEXTML Server
To create a CSR:
After verification, the commercial CA will return a signed certificate. The examples in this document assume that the signed certificate is called textml_signed_cert.pem.