Open
Description
I'm getting error while uploading the certificate:
bx app domain-cert-add xyz.io -c cert.pem -k privkey.pem -I chain.pem
Uploading certificate to domain 'xyz.io'...
FAILED
Error: {code: 'bad_request', message: 'The domain xyz.io is not supported by the certificate CN/SAN matches [host.xyz.io] and misses [].'}
Here's my domains.json file:
"domains": [
{
"domain": "xyz.io",
"hosts": [
"host"
]
This used to work as is earlier but I am unable to upload the certs now.. Am I missing a step here?
Metadata
Metadata
Assignees
Labels
No labels