open-eid / libdigidocpp

Libdigidocpp library offers creating, signing and verification of digitally signed documents, according to XAdES and XML-DSIG standards. Documentation http://open-eid.github.io/libdigidocpp
Other
96 stars 47 forks source link

Custom TSL list question #602

Closed Muzosh closed 5 months ago

Muzosh commented 5 months ago

Hi,

at https://github.com/open-eid/libdigidocpp/wiki/Using-test-TSL-lists I see an alternative set of TSL master list, TSL list and TSL signing certificate.

Does RIA or SK have a common tool for creating these lists out of base x509 certificates? If so, is that tool public?

Thanks, Petr.

metsma commented 5 months ago

I manage XML files right now by hand and have self built tool to sign xml. Maybe there is tool in https://github.com/esig/dss/ available (previously was https://github.com/esig/tlmanager)

Muzosh commented 5 months ago

Thanks