| Re: [tycho-user] Error signing jars (eclipse-repository) |
Sandro, Actually jar signing works still fine within the MP3 Manager tycho build (both with 0.12.0 and 0.13.0.SNAPSHOT) Very important is that you import your certificate into the JRE’s cacerts store, e.g. keytool -import -trustcacerts -file <your.crt> -alias <youralias> -keypass <your password> -storepass changeit -keystore <your JRE>/lib/security/cacerts Otherwise p2 director complains about certs… Best regards, Kai From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Sandro Wyss Thank you Stefan, I missed that one sorry. On Tue, May 31, 2011 at 14:19, Stefan Weber <stefan@xxxxxxxxxxxxx> wrote: Hey Sandro,
> _______________________________________________ |