-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while uploading certificate #27
Comments
Maybe they added some validation to the upload or something? Anyway, to include the bare domain (
Try that and let us know if IBM Cloud is still complaining about the cert you get. |
I actually don't want to include the bare domain in my cert, we have a different cert for that already. I only want to add a cert for this subdomain. We have been able to do this in the past, but looks like something has changed which is stopping us from doing so now. Is there a way to skip/bypass this validation? |
I have the same problem here. |
Thanks for the reports, I havn't had a chance to try this in a while. Have you tried writing IBM Cloud support to see if something changed on their end? |
Is there a solution to this? Because I am facing the same problem. |
If i keep "." |
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:
This used to work as is earlier but I am unable to upload the certs now.. Am I missing a step here?
The text was updated successfully, but these errors were encountered: