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
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.
The text was updated successfully, but these errors were encountered:
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.
For Mozilla:
For Microsoft:
The text was updated successfully, but these errors were encountered: