Skip to content

Instantly share code, notes, and snippets.

View igoryamamoto's full-sized avatar
🚴‍♂️
Automating things

Igor Yamamoto igoryamamoto

🚴‍♂️
Automating things
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 "[email protected]"
while getopts d:e: option