A very simple script to add to your bash/zsh profile that shows a notification on your mac, and sends you a text message when a domain has propagated. Let's you know when to issue an SSL certificate. Great for LetsEncrypt SSL as you cannot pass the LetsEncrypt challenge until a domain has propagated.
- Only works on MacOS.
- Requires alerter to be installed for sending notifications.
- Requires
dig
- but this comes with macos so you shouldn't need to do anything there.
Add the above script to your ~/.profile or ~/.zprofile or wherever you store your terminal profile. Then close and re-open your terminal, or simply call source ~/.profile
to load in the new functionality.