Skip to content

Commit

Permalink
#4 fixed certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
Manfred Hantschel committed Jul 9, 2014
1 parent 5294594 commit 470598c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@

"%JAVA_HOME%\bin\keytool" -genkey -v -keyalg RSA -alias eclipsejettyplugin -keypass "correct horse battery staple" -storepass "correct horse battery staple" -dname "CN=localhost, OU=-, O=Eclipse Jetty Plugin, L=-, S=-, C=AT" -validity 36500 -keystore eclipseJettyPlugin.keystore

"%JAVA_HOME%\bin\keytool" -exportcert -alias eclipsejettyplugin -storepass "correct horse battery staple" -keystore eclipseJettyPlugin.keystore -file eclipsejettyplugin.cer

0 comments on commit 470598c

Please sign in to comment.