web/bin/revoke-cert

5 lines
123 B
Text
Raw Normal View History

2016-04-05 00:19:21 +00:00
#!/usr/bin/env bash
DIR=$(dirname $(realpath $0));
2016-06-02 00:02:14 +00:00
cd $DIR/..;
2016-04-05 00:19:21 +00:00
openssl ca -config "$DIR/../etc/openssl.conf" -revoke "$1";