Skip to content

Instantly share code, notes, and snippets.

View Predictor's full-sized avatar

Ruslan Mukhamedov Predictor

  • Microsoft
  • Prague
View GitHub Profile
#!/bin/bash
# IMPORTANT: Make sure your VM's network security rules allows access over TCP Port 80.
# This is required to pass the HTTP challenge.
# Download: curl -o setup.sh <raw URL of this gist>
# Enable execution: sudo chmod +x setup.sh
# Run: ./setup.sh -d "yourdomain.tld" -e "youremail@yourdomain.tld"
while getopts d:e: option