#!/bin/sh # Displays the certificate request in a text form # (C) 2005 Digithell, Inc. (Pavel Strachota, FNSPE CTU) openssl req -in $1 -text -noout