Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow to choose algorithms when creating metadata
Signature and digest algorithms can now be selected with the following command line arguments -S <sign alg> (default: http://www.w3.org/2000/09/xmldsig#rsa-sha1) -D <digest alg> (default: http://www.w3.org/2000/09/xmldsig#sha1) Example: $ ../../tools/make_metadata.py \ -s -x /usr/bin/xmlsec1 \ -k pki/mykey.pem -c pki/mycert.pem \ -S http://www.w3.org/2001/04/xmldsig-more#rsa-sha384 \ -D http://www.w3.org/2001/04/xmlenc#sha512 \ sp_conf
- Loading branch information