Current Path :
/
proc
/
self
/
root
/
opt
/
splunkforwarder
/
openssl
/
misc
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//proc/self/root/opt/splunkforwarder/openssl/misc/c_info
#!/bin/sh # # print the subject # for i in $* do n=`openssl x509 -subject -issuer -enddate -noout -in $i` echo "$i" echo "$n" echo "--------" done