Skip to content

Instantly share code, notes, and snippets.

View MilxMil's full-sized avatar

Mil_Mil MilxMil

  • Ukraine, Dnipro
View GitHub Profile
#!/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
@MilxMil
MilxMil / dcv.sh
Last active December 3, 2020 19:11
Select and force DCV for any type of SSL certificate
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