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