So I went back, deleted the ssl folder, made a change to the env adding my email address to the ACME_CONTACT and here is what I got.
acme-mailcow-1 | File "/usr/lib/python3.12/site-packages/acme_tiny.py", line 153, in get_crt
acme-mailcow-1 | raise ValueError("Challenge did not pass for {0}: {1}".format(domain, authorization))
acme-mailcow-1 | ValueError: Challenge did not pass for autoconfig.houseofmanns.com: {'identifier': {'type': 'dns', 'value': 'autoconfig.houseofmanns.com'}, 'status': 'invalid', 'expires': '2024-12-16T20:15:30Z', 'challenges': [{'type': 'http-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/2103738317/442398592827/equTPQ', 'status': 'invalid', 'validated': '2024-12-09T20:15:31Z', 'error': {'type': 'urn:ietf:params:acme:error:unauthorized', 'detail': 'my public ip: Invalid response from http://autoconfig.houseofmanns.com/.well-known/acme-challenge/ 404, status 403
'validationRecord': [{'url': 'http://autoconfig.houseofmanns.com/.well-known/acme-challenge/rOEn6gTtsqkr8g0HbmDlcni1SjTkYB7JeKoqP8Ztx3U', 'hostname': 'autoconfig.houseofmanns.com', 'port': '80', 'addressesResolved': ['public ip'], 'addressUsed': 'public ip'}]}]}
acme-mailcow-1 | Mon Dec 9 14:15:31 CST 2024 - Failed to obtain certificate /var/lib/acme/mail.houseofmanns.com/cert.pem for domains 'mail.houseofmanns.com autoconfig.houseofmanns.com'
acme-mailcow-1 | OK