...
The highlighted lines tell the system how to create an internal matrix of the type:
IndiceIndex | ClaveKey | ValorValue |
0 | A82097620 | 1024_CCP |
1 | B12123094 | 0256_SOCIEDAD |
...
If we wanted to add a new company whose alias in the certificate manager is "0001_TEST" and the CIF B74324088 we would have to make a new entry in the table, matching it with the corresponding NIF, theoretically the entry would be like this:
IndiceIndex | ClaveKey | ValorValue |
0 | A82097620 | 1024_CCP |
1 | B12123094 | 0256_SOCIEDAD |
2 | NIF_EJEMPLO | ALIAS_NUEVO |
The table would therefore be as follows:
IndiceIndex | ClaveKey | ValorValue |
0 | A82097620 | 1024_CCP |
1 | B12123094 | 0256_SOCIEDAD |
2 | B74324088 | 0001_TEST |
...