View dcv.sh
ncuser="SECTIGO_USERNAME" | |
password="SECTIGO_PASS" | |
red="$(printf '\033[0;1;31m')" | |
blue="$(printf '\033[0;1;34m')" | |
white="$(printf '\033[0;1;37m')" | |
green="$(printf '\033[0;1;32m')" | |
yellow="$(printf '\033[0;1;33m')" | |
norm="$(printf '\033[0m')" | |
order=$1 |
View Bulk CA revoke
#!/bin/bash | |
user="user.name" | |
pass="password" | |
declare -a array | |
echo "Please enter the orders you want to revoke (each order should be placed on the new line):"; | |
echo "Press \"q\" to stop" | |
echo |