Skip to content

Commit

Permalink
Migrate to new eduGAIN aggregate location and signing certificate
Browse files Browse the repository at this point in the history
See ukf/ukf-meta#187.
  • Loading branch information
iay committed May 21, 2019
1 parent d87a481 commit 23c38c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdx/int_edugain/beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
-->
<!-- production aggregate -->
<bean id="int_edugain_productionAggregate_url" parent="String">
<constructor-arg value="http://mds.edugain.org/"/>
<constructor-arg value="https://mds.edugain.org/edugain-v1.xml"/>
</bean>
<!-- test aggregate -->
<bean id="int_edugain_testAggregate_url" parent="String">
Expand Down Expand Up @@ -60,7 +60,7 @@
eduGAIN signing certificate.
-->
<bean id="int_edugain_signingCertificate" parent="X509CertificateFactoryBean"
p:resource="classpath:int_edugain/mds-2014.cer"/>
p:resource="classpath:int_edugain/mds-v1.cer"/>

<!--
Check a signature against the eduGAIN signing certificate.
Expand Down

0 comments on commit 23c38c1

Please sign in to comment.