#! /bin/sh if [ -z "$1" -o "$1" == "man" ]; then exec /usr/bin/pod2man -n CA-INIT -s 1 -d "12 February 2010" \ -r "ca-scripts version 0.9" -c "SSL Certificate Authority utilities" $0 elif [ "$1" == "html" ]; then exec /usr/bin/pod2html --title "ca-init(1)" < $0 elif [ "$1" == "text" ]; then exec /usr/bin/pod2text -o $0 fi echo "Unrecognised output format '$1', try man, html, or text." exit 1 =pod =head1 NAME ca-init - initialise an X.509 SSL CA and generate CA certificate =head1 SYNOPSIS B [B<-csx>] [B<-f> I] [B<-d> I] [B<-l> I] [B<-b> I] [B<-i> I