web/bin/revoke-cert
Corne Oppelaar 6cf8f4c8ca [wip]
2016-04-05 02:19:21 +02:00

3 lines
111 B
Bash
Executable file

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