Kyle Fazzari

Results 173 comments of Kyle Fazzari

It's interesting that mod_md might be considered the solution to this, @pachulo. It might tie together with the solution to #1902 as well, potentially. Stuff like this makes me nervous...

Try `sudo /snap/bin/nextcloud.occ`. Some systems don't add `/snap/bin` to the PATH.

That's funny, mod_md caught my eye as well. My only concern was that it was apache specific, which would get really annoying if we ever wanted to move to, say,...

> It's prudent to know if the current certificate is self-signed (generated by us), provided by letsencrypt or provided by the admin. > Is there a sane way to discern...

Eh, posix shell doesn't really have enum type stuff, so you'd end up comparing strings constantly :man_shrugging: .

Yeah it's true, the data directory is hard-coded to the default in the export job. We need to figure out a way to obtain that information from bash that doesn't...

Wow, quick investigation! Thank you for sharing the solution here. Indeed, this sounds exactly correct. The snap actually makes some pretty bad assumptions if you want to change the domain...

For future reference, you can see helpful logs from the renew-certs service: $ sudo journalctl -u snap.nextcloud.renew-certs

> Wondering if maybe certbot is configured for the wrong challenge at this point? Does this recent change affect the Let's Encrypt function for the snap? I just tried it...