Report this

What is the reason for this report?

How to access HTTPS certificate and key in App Platform?

Posted on February 26, 2023

My app is using fastify. I recently upgraded to fastify v4 and I’m getting the error “self signed certificate in certificate chain”.

It seems I need to configure the key and the cert for the server, as documented here https://www.fastify.io/docs/latest/Reference/HTTP2/#secure-https

As I understand App Platform obtains and renews the cert automatically, How can I access the key and certificate?

Thanks



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hey @tslocke,

According to the App Platform documentation, you can only enable HTTPS for custom domains, and not for the default app platform domain (your-app.ondigitalocean.app).

https://docs.digitalocean.com/products/app-platform/quickstart/#register-a-custom-domain

If you want to enable HTTPS for your app, you will need to add a custom domain, and then add an SSL certificate for that domain.

https://docs.digitalocean.com/products/networking/load-balancers/how-to/manage/#ssl

According to the Fastify documentation, in order to enable HTTPS/HTTP2, you will need to specify the key and cert files in the options object when initializing the Fastify server.

https://www.fastify.io/docs/latest/Reference/HTTP2/#http2

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.