Looks good, Chris. I'll give it a try when I need to generate some keys and cert next. SSL keys and certs concepts sounds logical and easy but generating them is such a pain. No GUI tool to consolidate and perform the lot for self signed. I started using keystore explorer to examine the generated certs and keystore to understand it better. It doesn't help things that different app and different app versions may have different security requirements which means old keys and certs no longer work in the newer version. Or work for one app but not a different app. Live and learn. Jason -----Original Message----- From: Christopher Schultz <ch...@christopherschultz.net> Sent: Wednesday, 29 June 2022 2:44 AM To: Tomcat Users List <users@tomcat.apache.org> Subject: JS fiddle for generating TLS keys and certs
All, I recently built this into an application at $work and I figured I would give it away for anyone who might get some use out of it. https://jsfiddle.net/ny1egwaz/ It doesn't actually generate a key + cert – nor should you ever trust another site to generate your keys for you!. Instead, it gives you copy/paste commands that you can use to generate those keys + certs on your own computer, and spits them out on standard output you can can install them wherever you need them. Suggestions welcome. -chris --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org