Hi everyone,
I am trying to offer dropwizard APIs over https. I am running the server on Google Cloud Computing Engine and have followed this documentation:
https://www.dropwizard.io/en/latest/manual/configuration.html#all with an user-generated keystore, after that I uploaded to the Google Cloud CE instance into a folder. But I always got the certificate error from the browser as below
"This CA Root certificate is not trusted. To enable trust, install this certificate in the Trusted Root Certification Authorities store."
I tried to put it in the trusted root certificate authorities store e.g. /usr/local/share/ca-certificates/ but still got the same error
Has anyone done this before? can kindly lend some helps please.
Thanks
Vinh