Site Search
Tweet
Chat LIVE
You are here:
general discussion
»
gnu javax crypto keyring malformedkeyringexception mac verification failed
gnu.javax.crypto.keyring.MalformedKeyringException: MAC verification failed
Written By
PHPin24
Submitted At
2010-06-03 13:17:12
Num Views
2161
Category
General Discussion
I got this when I was running:
keytool -certreq -alias test.domain.com -sigalg RSA -file certreq.csr -keystore test.domain.com
SOLUTION:
This was due to my alias being "tomcat" and not "test.domain.com"
So I just ran: keytool -certreq -alias tomcat -sigalg RSA -file certreq.csr -keystore test.domain.com
By PHPin24 @ 2010-06-03 13:17:12