2 # Convert A BER or DER encoding to PEM format.
4 # Copyright 20032 Free Software Foundation, Inc.
6 # This program is Free Software; as a special exception the author gives
7 # unlimited permission to copy and/or distribute it, with or without
8 # modifications, as long as this notice is preserved.
10 # This program is distributed in the hope that it will be useful, but
11 # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
12 # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
17 elif [ $# == 1 ]; then
20 echo "usage: $PGM [<inputfile>]" >&2
24 echo "-----BEGIN CERTIFICATE-----"
26 echo "-----END CERTIFICATE-----"