Closed mrkkhattak closed 3 years ago
Looks like there are no certificates in your s3 bucket
download: s3://se-nh-staging-staging-ca/ssl/.empty to ../etc/ssl/.empty942d30302e5849de81cd99c590efc743
download: s3://se-nh-staging-staging-ca/ssl/.empty to ../etc/ssl/.empty
Essentially this folder needs to be populated with ssl certificates you generate https://github.com/nerves-hub/terraform/blob/main/ssl/README.md
I am trying to setup a custom instance of NervesHub on AWS. Via the terraform repo, I am able to setup but getting issues on running the api.
The nerves-hub-api task is throwing these errors:
I am using _api_image = "nerveshub/nerves_hubapi:latest" in terraform.tfvars file. I don't know if this latest docker image is having issue or there is some configuration change I might be missing.