Digital-Identity-Labs / mdqt

SAML MDQ client with caching and signature verification, file management, entity lists, etc
MIT License
5 stars 0 forks source link

Online synopsis docs for check are incorrect! #7

Closed binaryape closed 1 year ago

binaryape commented 1 year ago

mdqt help check returns " mdqt check XML_FILENAME CERTIFICATE_FILENAME" which is wrong: the correct commandline is mdqt check ukfederation-metadata.xml --verify-with ./ukfederation.pem. If you follow the synopsis mdqt attempts to validate the XML of the certificate, which is not what we want.