Let's Encrypt CA
-
@murgero Which version of Ubuntu are you having trouble with? And does the check fail only on the browser or also in the CLI (for example via curl ?)
For old installations, you have to add the new LE root cert manually. See https://blog.mcfisch.com/linux/Fixing-Outdated-LetsEncrypt-Root-CA-Certificate/ . For recent ones, I think the
ca-certificates
package brings in the new root cert. -
-
-
-
-
@murgero I suspect the exception is coming from https://git.cloudron.io/cloudron/cloudron-cli/-/blob/master/src/actions.js#L255 . That function is called from https://git.cloudron.io/cloudron/cloudron-cli/-/blob/master/src/actions.js#L309 (you can see the error message in the line after). If you know some nodejs, maybe you can debug that to see why it thinks options is
undefined
.