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
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.