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

Commit

Permalink
Fix at_aconet signing certificate bean for MDA 0.9.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Dec 18, 2015
1 parent db9d463 commit 71c3e75
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions mdx/at_aconet/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,8 @@
<!--
Signing certificate.
-->
<bean id="at_aconet_signingCertificate" parent="X509CertificateFactoryBean">
<property name="certificateFile">
<bean class="java.io.File">
<constructor-arg value="${basedir}/mdx/at_aconet/aconet-aai-metadata-signing.crt"/>
</bean>
</property>
</bean>
<bean id="at_aconet_signingCertificate" parent="X509CertificateFactoryBean"
p:resource="classpath:at_aconet/aconet-aai-metadata-signing.crt"/>

<!--
Check signing signature.
Expand Down

0 comments on commit 71c3e75

Please sign in to comment.