Skip to content

Instantly share code, notes, and snippets.

View JaisonPeres's full-sized avatar
🏠
Working from home

Jaison Peres JaisonPeres

🏠
Working from home
View GitHub Profile
@JaisonPeres
JaisonPeres / create-acm-certificate.sh
Last active May 11, 2023 23:12 — forked from andrewodri/README.md
Create and Validate an ACM Certificate
#!/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: