#!/bin/sh

# Drop privileges if called as root
if [ "`id -u`" -eq 0 ]; then
	exec sudo -i -u ca-procmail $0
fi

# Autoprocess (expire and revoke) certificates
/usr/bin/process-certificate autoprocess
