rabbitmq / tls-gen

Generates self-signed x509/TLS/SSL certificates useful for development
Mozilla Public License 2.0
368 stars 103 forks source link

Consider producing a pre-populated trust store for JDK projects #27

Open michaelklishin opened 4 years ago

michaelklishin commented 4 years ago

Discussions like this one make me wonder if, together with PKCS#12 versions of both certificates, we should produce a pre-populated trust store to be quickly hooked into JVM-based tools such as Spring Boot.

Since this requires keytool and JDK to be available, perhaps this can be done using a separate Make target?