You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround in the mean time -- use xslt to add the certificate chain in form of a template for the ds. pyXMLSecurity called by the pyFF sign-builtin will use this template and add the necessary values for URI/ID, DigestValue and SinatureValue.
- pubinfo:
publisher: http://testpublisher.com
- first
- finalize:
cacheDuration: PT12HvalidUntil: P7D
- xslt:
stylesheet: add_sig.xslt
- sign:
key: /etc/ssl/private/...# do not use a cert-line or pyff will try to add it as well# cert: /etc/ssl/aai/
- publish: test.xml
Needs a new PEM-parser and some other logic.
The text was updated successfully, but these errors were encountered: