Request: when Let’s Encrypt generates SSL certificates within the snap, could the actual privkey.pem and cert.pem files be stored outside the snap (say, under /etc/certbot or something like that), in case any other services installed on the same Nextcloud server might also want to use SSL encryption?
Two possible examples of this:
- Running a TURN server (for use in conjunction with Nextcloud Talk)
- Running a mail server (where you want SSL on your IMAP, and SMTP submission ports), say from a docker container like this one.