Users certificates' expiration time
-
Hello,
I'd like to get information about users certificates' expiration time via shell (script) - not via GUI. Is it possible?
Thank you very much
-
Hi all,
I investigated it.
For information:Certificates are saved in file /conf/config.xml between tags
1. decode certificate
cert=echo $crt | openssl enc -base64 -d -A
2. obtain expiration date
date=echo $cert | openssl x509 -noout -enddata
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.