if  [  !  -f  /etc/httpsd/ssl.crt/server.crt  ];  then
  config_query  CERTIFICATE  "Generate self signed certificate?"  y
else
  config_query  CERTIFICATE  "Generate self signed certificate?"  n
fi  &&

message  "${MESSAGE_COLOR}If you choose to encrypt the"  \
         "server key with a pass phrase you will be"     \
         "prompted for that pass phrase every time"      \
         "the server is started.${DEFAULT_COLOR}"
