#!/usr/bin/env bash
DIR=$(dirname $(realpath $0));
cd $DIR/..;
openssl ca -config "$DIR/../etc/openssl.conf" -revoke "$1";