Skip to content
  • Andy Shinn's avatar
    main/ca-certificates: fix bug in processing of local CA certificates · 3faf2e03
    Andy Shinn authored and Timo Teräs's avatar Timo Teräs committed
    We were only grabbing the index of the certlist table, which was making the
    filename appear as a number. It would seem like the seem like the second
    variables from the pairs() function is the actual name we want.
    
    [Timo: changed to use lua scratch '_' for the first return value,
    and use ipairs as it is numbered table.]
    3faf2e03