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
<!DOCTYPE html>
<!-- aqui definimos a linguagem do site, pr-BR para português, en para english -->
<html lang="en">
<!-- na tag head ficam as tags que ditam como esse documento deve se comportar, como o título, estilo, arquivos externos que precisa -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- este é o título do documento ou página, é ele que aparece na aba do navegador -->
<title>Document</title>
@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: