Where does Lucee get its default cacerts from?

I think the idea solution here (and I think we’d need @isapir or @micstriit to chime in here) would be something along the lines of:

  1. Lucee manages its own keystore for certs added through the admin
  2. For anything else, Lucee falls back to using the JVM default keystore

Unfortunately you can’t have multiple keystores at the same time without jumping though some hoops, but this guy has some good suggestions:

Cheers
Kai