Start the verification process...
⫸ brew install certbot
⫸ sudo certbot certonly --manual -d '*.example.com' \
--agree-tos --manual-public-ip-logging-ok --preferred-challenges dns-01 \
--server https://acme-v02.api.letsencrypt.org/directory
...
-------------------------------------------------------------------------------
Please deploy a DNS TXT record under the name
_acme-challenge.example.com with the following value:
<value>
Before continuing, verify the record is deployed.
-------------------------------------------------------------------------------
Press Enter to Continue
Set up the TXT record and continue.