This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
################################################################################ | |
# USAGE: | |
# ./create-acm-certificate.sh [domain] | |
# | |
# DESCRIPTION: | |
# This utility create and validates a certificate in ACM, as well as the | |
# required DNS records for validation. | |
# | |
# The following requirements need to be met in order to use this utility: |