#!/bin/sh

/etc/nginx/ssl/verifycert.sh
if [ $? -eq 1 ]; then
  /etc/init.d/nginx restart
fi
