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

