RE: JS fiddle for generating TLS keys and certs

2022-06-28 Thread Jason Tan
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

JS fiddle for generating TLS keys and certs

2022-06-28 Thread Christopher Schultz
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,

Re: Error While importing certificate into keystore

2022-06-28 Thread Christopher Schultz
Mohan, On 6/28/22 09:54, Mohan T wrote: I am trying top import the certificate into keystore and encountered the below error. Would appreciate if you could throw some light on this $ keytool -importkeystore -srckeystore /home/ilas/Downloads/okta.cert -srcstoretype pkcs12 -destkeystore

AW: Error While importing certificate into keystore

2022-06-28 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello Mohan, keytool is not part of Tomcat. The attachment didn't survive but maybe the certificate has the wrong format. You can also try some tools which will convert certificates automatically, e.g. https://github.com/kaikramer/keystore-explorer Also note, that for SSL to work, you need both,

Re: State of the Cat 2022

2022-06-28 Thread Rémy Maucherat
On Tue, Jun 28, 2022 at 3:38 PM Christopher Schultz wrote: > > Rémy, > > On 6/28/22 05:33, Rémy Maucherat wrote: > > On Mon, Jun 27, 2022 at 11:37 PM Christopher Schultz > > wrote: > >> > >> Cathy, > >> > >> On 6/27/22 15:01, Cathy Spears wrote: > >>> Wondering if there will be a State of the

Error While importing certificate into keystore

2022-06-28 Thread Mohan T
Dear All. I am trying top import the certificate into keystore and encountered the below error. Would appreciate if you could throw some light on this $ keytool -importkeystore -srckeystore /home/ilas/Downloads/okta.cert -srcstoretype pkcs12 -destkeystore /home/ilas/Downloads/keystore.jks

Re: Question ad 2021 presentation videos

2022-06-28 Thread Rony G. Flatscher (Apache)
Hi Chris, On 28.06.2022 15:31, Christopher Schultz wrote: On 6/28/22 05:44, Rony G. Flatscher (Apache) wrote: Is there a link for the 2021 Tomcat presentation videos, if any? Oh, I'm sorry. I was working on getting those onto the Presentations page and I got distracted and didn't finish.

Re: Question ad 2021 presentation videos

2022-06-28 Thread Rony G. Flatscher (Apache)
Hi Coty, On 28.06.2022 15:07, Coty Sutherland wrote: On Tue, Jun 28, 2022 at 5:44 AM Rony G. Flatscher (Apache) wrote: Is there a link for the 2021 Tomcat presentation videos, if any? Is the playlist at https://www.youtube.com/playlist?list=PLU2OcwpQkYCyq45LTYr07svnrCGarSWs7 what you're

Re: State of the Cat 2022

2022-06-28 Thread Christopher Schultz
Rémy, On 6/28/22 05:33, Rémy Maucherat wrote: On Mon, Jun 27, 2022 at 11:37 PM Christopher Schultz wrote: Cathy, On 6/27/22 15:01, Cathy Spears wrote: Wondering if there will be a State of the cat 2022. Rémy is scheduled to give a talked called "[Tomcat:] New and Upcoming" at ApacheCon

Re: Question ad 2021 presentation videos

2022-06-28 Thread Christopher Schultz
Rony, On 6/28/22 05:44, Rony G. Flatscher (Apache) wrote: Is there a link for the 2021 Tomcat presentation videos, if any? Oh, I'm sorry. I was working on getting those onto the Presentations page and I got distracted and didn't finish. I'll try to get back to that, today. -chris

RE: Root Module Deployment Error

2022-06-28 Thread Kenaw, Seretseab
The issue was resolved after updating tomcat-oidauth library to the latest. Thank you Seretseab Kenaw -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Monday, June 27, 2022 9:44 AM To: Tomcat Users List Subject: AW: Root Module Deployment Error Caution: This email

Re: Question ad 2021 presentation videos

2022-06-28 Thread Coty Sutherland
On Tue, Jun 28, 2022 at 5:44 AM Rony G. Flatscher (Apache) wrote: > Is there a link for the 2021 Tomcat presentation videos, if any? > Is the playlist at https://www.youtube.com/playlist?list=PLU2OcwpQkYCyq45LTYr07svnrCGarSWs7 what you're looking for? > ---rony > > > > >

Question ad 2021 presentation videos

2022-06-28 Thread Rony G. Flatscher (Apache)
Is there a link for the 2021 Tomcat presentation videos, if any? ---rony - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Re: State of the Cat 2022

2022-06-28 Thread Rémy Maucherat
On Mon, Jun 27, 2022 at 11:37 PM Christopher Schultz wrote: > > Cathy, > > On 6/27/22 15:01, Cathy Spears wrote: > > Wondering if there will be a State of the cat 2022. > > Rémy is scheduled to give a talked called "[Tomcat:] New and Upcoming" > at ApacheCon North America in October. I would

AW: AW: Request for SSL Setup

2022-06-28 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Manibharathi R > Gesendet: Dienstag, 28. Juni 2022 08:56 > An: Tomcat Users List > Betreff: Re: AW: Request for SSL Setup > > Thanks for your prompt response. > > Could you please send me the procedure that how can we generate > certficates

Re: AW: Request for SSL Setup

2022-06-28 Thread Manibharathi R
Thanks for your prompt response. Could you please send me the procedure that how can we generate certficates files? -Original Message- From: Thomas Hoffmann (Speed4Trade GmbH) Sent: Tuesday, June 28, 2022 12:13 PM To: Tomcat Users List Subject: AW: Request for SSL Setup This email came

AW: Request for SSL Setup

2022-06-28 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Manibharathi R > Gesendet: Dienstag, 28. Juni 2022 07:16 > An: users@tomcat.apache.org > Betreff: Request for SSL Setup > > Dear Team, > > Greetings, > > I have done keystore generation, import key features and changes done in > server.xm. But