On Wed, 26 Feb 2025 14:14:56 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> Sorry if I'm just jumping into this without having all the context, but maybe > it would be a good idea to update the `GenerateCacerts` build tool to use > this new API? That would mean free testing during build, and a chance to > "dogfood" the API. Thanks for the comment. GenerateCacerts.java already uses a CertificateFactory method that decodes the PEM, so there is no need to change this to the PEM API. However the `generateCertificate()` method internally calls the PEM decoder internal methods. ------------- PR Comment: https://git.openjdk.org/jdk/pull/17543#issuecomment-2686450088