%PDF- %PDF-
Direktori : /home/rs/ssl/0.9.8/etc/ssl/misc/ |
Current File : /home/rs/ssl/0.9.8/etc/ssl/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