Skip to content

Commit

Permalink
See e-admin#32. Test signing certificate (not recogn.)
Browse files Browse the repository at this point in the history
  • Loading branch information
erny committed Jan 14, 2016
1 parent 03ac576 commit ef584ca
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion framework-filesystem-applet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</execution>
</executions>
<configuration>
<keystore>${basedir}/../erevilla.object.signing.pfx</keystore>
<keystore>${basedir}/../object_signing.pfx</keystore>
<storetype>pkcs12</storetype>
<alias>codesign</alias>
<storepass>0987654321</storepass>
Expand Down
3 changes: 1 addition & 2 deletions framework-scan-applet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
</execution>
</executions>
<configuration>
<keystore>${basedir}/../erevilla.object.signing.pfx</keystore>
<keystore>${basedir}/../object_signing.pfx</keystore>
<storetype>pkcs12</storetype>
<alias>codesign</alias>
<storepass>0987654321</storepass>
Expand All @@ -190,7 +190,6 @@

</plugins>


</build>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion framework-sendFiles-applet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</execution>
</executions>
<configuration>
<keystore>${basedir}/../erevilla.object.signing.pfx</keystore>
<keystore>${basedir}/../object_signing.pfx</keystore>
<storetype>pkcs12</storetype>
<alias>codesign</alias>
<storepass>0987654321</storepass>
Expand Down
Binary file added object_signing.pfx
Binary file not shown.

0 comments on commit ef584ca

Please sign in to comment.