Renewal of OpenSSL certificate for use by XCOM for z/OS
book
Article ID: 6857
calendar_today
Updated On:
Products
XCOM Data TransportXCOM Data Transport - WindowsXCOM Data Transport - Linux PCXCOM Data Transport - z/OS
Issue/Introduction
We need to renew the OpenSSL certificates used with CA XCOM for z/OS that will expire next month. What would be the procedure to follow?
Environment
XCOM™ Data Transport® for z/OS
Resolution
If you used the XCOM sample "make" scripts to generate your SSL certificates for z/OS you will need to:
Backup your ssl directory and configssl.cnf
Remove all the files and/or directories:
all index.* files
all serial and serial.* files
the certs and private directories
the random.pem file
Set your new expiration dates in your cassl.conf file, parameter "default_days=" and modify the "makeca" scripts OPENSSL command: Openssl req x509 newkey rsa out ./certs/cassl.pem outform PEM -days nnn where "nnn" is the number of days you want to certificate to be valid for. See Prepare the CA, Client and Server Certificates in our online documentation.
Run the makeca, makeclient, makeserver scripts.
Run the listca, listclient, listserver scripts to verify your expiration dates
Run a loopback transfers to make sure the certificates are valid.
The above instructions are only valid if you used our sample "make" scripts. If your certificates were acquired via a third party vendor then you need to check with your Security Admin for those procedures.
Additional Information
You may find similar Knowledge Documents for XCOM for Windows/Linux/Unix while searching for related documents.