I am trying to request a certificate for my organization that owns the domain name rbc.org. We host several beta versions of our sites using sub-domains of beta.rbc.org but everytime I try to request anything for rbc.org it gives me the following error: Error: urn:acme:error:malformed :: The request message was malformed :: Error creating new authz :: Policy forbids issuing for name
We also own the domain ourdailybread.org and I was able to request a certificate for beta.ourdailybread.org without any issues. Below is the log output:
typ=messages.IDENTIFIER_FQDN, value=domain), new_authzr_uri)
File "/home/twilson/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 197, in request_challenges
new_authz)
File "/home/twilson/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 652, in post
return self._check_response(response, content_type=content_type)
File "/home/twilson/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 568, in _check_response
raise messages.Error.from_json(jobj)
Error: urn:acme:error:malformed :: The request message was malformed :: Error creating new authz :: Policy forbids issuing for name```