Hi,
The same AVA Separator error occured in one file.
>kyrtool import all -i c:\temp\all.txt -k c:\temp\keyfile.kyr
Importing key with -n argument, I had the same issue.
>kyrtool import keys -i c:\temp\server.key -k c:\temp\keyfile.kyr -n host.example.co.jp
Importing key without -n argument, SECIssUpdateKeyringPrivateKey succeeded.
>kyrtool import keys -i c:\temp\server.key -k c:\temp\keyfile.kyr
Continuously, importing roots and cert step by step are OK.
> kyrtool import roots -i c:\temp\root.pem -k c:\temp\keyfile.kyr
> kyrtool import roots -i c:\temp\intermediate1.pem -k c:\temp\keyfile.kyr
> kyrtool import roots -i c:\temp\intermediate2.pem -k c:\temp\keyfile.kyr
> kyrtool import certs -i c:\temp\server.cer -k c:\temp\keyfile.kyr
Is this workaround? I spent two days in this work.