Does Java's keytool have the ability to export an X.509 certificate with a private key in it?
I am considering a scenario in which users generate a certificate (with the private key in it) and supply it to a signing tool. The signing tool uses the private key in the certificate to sign a target file. Eventually, the private key is removed from the certificate and the cert is attached to the target file for distribution.