forked from zer.ooo/web
4 lines
111 B
Text
4 lines
111 B
Text
|
#!/usr/bin/env bash
|
||
|
DIR=$(dirname $(realpath $0));
|
||
|
openssl ca -config "$DIR/../etc/openssl.conf" -revoke "$1";
|