3 lines
111 B
Bash
Executable file
3 lines
111 B
Bash
Executable file
#!/usr/bin/env bash
|
|
DIR=$(dirname $(realpath $0));
|
|
openssl ca -config "$DIR/../etc/openssl.conf" -revoke "$1";
|