Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Antwort: OpenSSL und Tomcat

Oliver Wulff

2004-02-03






I had the same problem and could get working it with:
http://www.comu.de/docs/tomcat_ssl.htm

Unfortunately, it didn't work when Tomcat enforces client authentication.

Oliver



                                             
              Stanislaw Österle                    
              <oesterle@(protected)>
              dia.de>            Kopie:            
                              Thema:   OpenSSL und Tomcat
              03.02.2004 15:51                      
              Bitte antworten                      
              an "Tomcat Users                      
              List"                            
                                             
                                             




Hello!

I generated(and signed) certtificate through OpenSSL, about so:


openssl genrsa -rand /etc/passwd:/etc/inetd.conf:/etc/services:/etc/hosts
1024 -out my.key

openssl req -new -key my.key -out my.csr

openssl x509 -req -days 30 -in my.csr -signkey my.key -out my.cert.



Problem:

how do I import my signed cerificate into tomcat-keystore for?


Could someone help?



Thanks,
S.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)









******************* BITTE BEACHTEN *******************
Diese Nachricht (wie auch allfällige Anhänge dazu) beinhaltet
möglicherweise vertrauliche oder gesetzlich geschützte Daten oder
Informationen. Zum Empfang derselben ist (sind) ausschliesslich die
genannte(n) Person(en) bestimmt. Falls Sie diese Nachricht
irrtümlicherweise erreicht hat, sind Sie höflich gebeten, diese unter
Ausschluss jeder Reproduktion zu zerstören und die absendende Person
umgehend zu benachrichtigen. Vielen Dank für Ihre Hilfe.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)


©2008 junlu.com - Jax Systems, LLC, U.S.A.