ok
Direktori : /proc/thread-self/root/proc/self/root/proc/thread-self/root/etc/pki/tls/misc/ |
Current File : //proc/thread-self/root/proc/self/root/proc/thread-self/root/etc/pki/tls/misc/c_issuer |
#!/bin/sh # # print out the issuer # for i in $* do n=`openssl x509 -issuer -noout -in $i` echo "$i $n" done