Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Deploying with an Embedded Web Server

Lewis Cowles
Lewis Cowles
74,902 Points

How to use LetsEncrypt CA certificates with Java Embedded server

So in the video it mentions checking teachers notes for getting an SSL certificate to run with an embedded webserver. How would you go about using a LetsEncrypt free third-party signed certificate?

Maybe an idea for a workshop

Currently all I'd do is have nginx terminate all SSL certificates to the application does not need them, and use proxy_pass or any other forwarding command (if you use a non-HTTP protocol) and then nginx handles SSL for me.

I'm very interested in alternatives Craig Dennis or Chris Ramacciotti :wink: