#!/bin/sh
if [ -f SSL_off ]
then
  rm SSL_off
  touch SSL_on
  sed -f mkssl.sed < Configuration > c
  mv c Configuration
fi
