I get this may be out of the norm, but this is a solution to a current problem I'm working on.
I need to create an x509 certificate without signing it. I realize this flies in the face of what a certificate is for, but can it be done?
Specifically, the platform is Java 11 with the BC library.
If it can be done, got an example?