Skip to content

Commit d837b7b

Browse files
author
Roland Hedberg
committed
Updated some documentation
1 parent ab032b4 commit d837b7b

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

tools/merge_metadata.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,16 @@
5555
output = EntitiesDescriptor()
5656

5757
# config file format
58+
#
5859
# local <local file name>
59-
# external <url> <local file name for certificate use to verify signature>
60+
# remote <url> <local file name for certificate use to verify signature>
61+
#
62+
# for instance
63+
#
64+
#local metadata_sp_1.xml
65+
#local InCommon-metadata.xml
66+
#remote https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2 kalmar2.pem
67+
#
6068

6169
for line in open(args.conf).readlines():
6270
line = line.strip()

0 commit comments

Comments
 (0)