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