tl-create
tl-create copied to clipboard
Unable to get TL from Mozilla and Microsoft
For Mozilla:
node src/bin/tl-create.js --mozilla --format pkijs roots.pkijs_mozilla
Parsing started: 2017:02:28:12:58:24
Trust Lists: Mozilla
Error: Can not parse row 193: CKA_NSS_MOZILLA_CA_POLICY CK_BBOOL CK_TRUE
Cannot fetch any Trust Lists.
For Microsoft:
node src/bin/tl-create.js --microsoft --format pkijs roots.pkijs_microsoft
Parsing started: 2017:02:28:12:59:19
Trust Lists: Microsoft
Error: ENOENT: no such file or directory, open 'C:\Users\y-str\AppData\Local\Temp\authrootstl117128-13984-nee42l.f5nr7fogvi\authroot.stl'
Cannot fetch any Trust Lists.
@fotisl can you look at this?
I will have a look at it as soon as I find some time.
Pull request #54 solves the mozilla problem. I do not have access to a windows machine right now, but microsoft parsing works correctly at linux. My best guess is that there is a problem with the expansion of the .cab file. I will check it out as soon as I get access to a windows machine.