How to verify Data Center Security (DCS) certificate expiry date using command line on the Linux OS
search cancel

How to verify Data Center Security (DCS) certificate expiry date using command line on the Linux OS

book

Article ID: 396490

calendar_today

Updated On:

Products

Data Center Security Server Advanced

Issue/Introduction

The customer wanted to know if there is a command that can be used to retrieve agent certificate expiry date on the Linux OS.

Resolution

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