Your IP : 216.73.216.220


Current Path : /proc/thread-self/root/proc/thread-self/root/snap/core/17292/usr/lib/ssl/misc/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/snap/core/17292/usr/lib/ssl/misc/c_issuer

#!/bin/sh
#
# print out the issuer
#

for i in $*
do
	n=`openssl x509 -issuer -noout -in $i`
	echo "$i	$n"
done