PeculiarVentures / tl-create

tl-create is a cross-platform command line tool to create a X.509 trust list from various trust stores. (Keywords: CABFORUM, eIDAS, WebPKI)
MIT License
33 stars 6 forks source link

Duplicates in output trust list #53

Open YuryStrozhevsky opened 7 years ago

YuryStrozhevsky commented 7 years ago

After I run command

node src/bin/tl-create.js --apple --mozilla --eutl --microsoft --format pkijs roots.pkijs

I have too many duplicates in the list. Better would be to filter already existing certificates during making final output.

fotisl commented 7 years ago

Duplicate entries allow a user to differentiate the properties of a certificate at each trust store. For example, a CA Certificate may be EV enabled for one trust store and not EV enabled for another. Merging these two entries would remove this information.