4 lines
123 B
Bash
Executable file
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";
|