Use a commercial root Certificate of Authenticity
If you are using a commercial root CA, you simply need to create a Certificate Signing Request (CSR) and send it to the CA.
You can create a CSR using the OpenSSL toolkit or any other SSL tool. Contact your commercial root CA for details.
A commercial root CA creates two files.
- textml_csr.pem is the Certificate Signing Request (CSR)
- textml_cert_privatekey.pem is a private key associated with the CA and you must install this key on the IXIA 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.
This completes the step of using a commercial root CA. Proceed to Step 2: Install a signed CA on IXIA TEXTML Server.