2013/2/20 <maximilian-schm...@telekom.de>: > Hello Mark, > > thank you for the quick answer! Could you explain, how I can change how to > derive the user name from the cert? I don't have a DN in my certificate (Only > E, CN, OU, O, L, S, C). This would be very great. > Hello,
The different E, CN,... are elements which compose the DN. You can retrieve it with the keytool program: keytool -printcert -file <path/to/certificatePem> And look at the first line which could be Owner or Subject (I only have a french version at the moment which says Propriétaire:) --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org