#!/bin/sh
if [ $1 ]; then openssl x509 -in $1 -text; else echo 'missing certificate name as argument'; fi
