web/bin/revoke-cert
Corne Oppelaar 81875e455e [wip]
2016-06-02 02:02:14 +02:00

4 lines
123 B
Bash
Executable file

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