M BUZZ CRAZE NEWS
// general

Let's encrypt on Ubuntu Snappy

By Emma Johnson

Just got my first Ubuntu Snappy running on a Raspberry Pi 2 and would very much like to enjoy Let's encrypt on it. I got it working on my other web server, but feel that this might not apply on Snappy Core, right?

For example, Let's Encrypt provides a Python script for install of the certificates, but on Snappy the same files does not apply as normal about Apache2 and stuff, right?

Where to start.

Thanks,

Daniel

1 Answer

Right-- snaps need to include all of their dependencies, so for instance the ownCloud snap bundles its own Apache, its own MySQL, etc. This is doable, but it's something you'd have to support in the snap that bundles the web server.

4

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy