fs2 icon indicating copy to clipboard operation
fs2 copied to clipboard

Private key and certificates on repo

Open sevvalboylu opened this issue 3 months ago • 1 comments

key.pem and cert.pem files are read from files that are publicly available. io/shared/resources directory contains files that should be private (or better yet, env variables?)

sevvalboylu avatar Sep 16 '25 14:09 sevvalboylu

Those files are on used for unit tests only and are part of the test class path, not included in any built artifact. With that said, I'd welcome a PR that just generated ephemeral keys/certs at test startup instead of relying on these test supporting files being part of the source tree.

mpilquist avatar Sep 16 '25 14:09 mpilquist