Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Switch over to using the 2014 certificate for verification.
Browse files Browse the repository at this point in the history
This is a nominal change, as the key embedded in the signing certificate has not changed.
  • Loading branch information
iay committed Nov 12, 2014
1 parent 024212e commit 0c37a5b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 26 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
<attribute name="i"/>
<sequential>
<MDT i="@{i}" o="${null.device}"
keystore="${mdx.dir}/uk/ukfederation-2012.jks"
keystore="${mdx.dir}/uk/ukfederation-2014.jks"
alias="${keystore.uk.vfy.alias}"/>
</sequential>
</macrodef>
Expand Down Expand Up @@ -702,7 +702,7 @@
<args>
<arg value="--verifySignature"/>
<arg value="--certificate"/>
<arg value="${mdx.dir}/uk/ukfederation-2012.pem"/>
<arg value="${mdx.dir}/uk/ukfederation-2014.pem"/>
<!--
<arg value="- -quiet"/>
-->
Expand Down
2 changes: 1 addition & 1 deletion mdx/uk/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<bean id="uk_signingCertificate" parent="X509CertificateFactoryBean">
<property name="certificateFile">
<bean class="java.io.File">
<constructor-arg value="${basedir}/mdx/uk/ukfederation-2012.pem"/>
<constructor-arg value="${basedir}/mdx/uk/ukfederation-2014.pem"/>
</bean>
</property>
</bean>
Expand Down
Binary file removed mdx/uk/ukfederation-2012.jks
Binary file not shown.
23 changes: 0 additions & 23 deletions mdx/uk/ukfederation-2012.pem

This file was deleted.

0 comments on commit 0c37a5b

Please sign in to comment.