The customer wanted to know if there is a command that can be used to retrieve agent certificate expiry date on the Linux OS.
The following command can be used to retrieve DCS agent certificate expiry on Linux OS
openssl x509 -enddate -noout -in /opt/Symantec/sdcssagent/IPS/certs/keystore | cut -d= -f2
Expected output format for DCS agent certificate expiry:
Month Day HH:MM:SS YYYY Time Zone