[java-metadata-aggregator] 01/02: MDA-297 - Move private key

Ian Young ian at iay.org.uk
Mon Oct 23 13:13:41 UTC 2023


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=55395dd21843fb9056084cc0e8effac8571ea2bd

commit 55395dd21843fb9056084cc0e8effac8571ea2bd
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Mon Oct 23 14:13:09 2023 +0100

    MDA-297 - Move private key
    
    https://shibboleth.atlassian.net/browse/MDA-297
---
 doc/wiki/aggregate-and-sign.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/wiki/aggregate-and-sign.xml b/doc/wiki/aggregate-and-sign.xml
index 71fd200..c045be2 100644
--- a/doc/wiki/aggregate-and-sign.xml
+++ b/doc/wiki/aggregate-and-sign.xml
@@ -47,7 +47,7 @@
                     <bean class="org.springframework.core.io.FileSystemResource">
                         <constructor-arg>
                             <bean class="java.io.File">
-                                <constructor-arg value="path/to/private-key.pem"/>
+                                <constructor-arg value="path/to/input/private-key.pem"/>
                             </bean>
                         </constructor-arg>
                     </bean>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list