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
I have a full certificate chain (root + intermediate + client) in the YubiKey.
Client cert is stored in slot 9a
Intermediate cert is stored in slot 83
Root cert is stored in slot 82
(Note: The 20 slots from slot 82 to slot 95 (hexdecimal value) are hidden slots, which are not configurable through YubiKey Manager UI, but they are configurable through command line)
When I tried to build a full certificate chain using Fortify, it does not give me full chain. It only returns the client cert stored in slot 9a.
I think the problem is Fortify does not try to look at the hidden slots on YubiKey. Can you fix this please?
Issue description:
I have a full certificate chain (root + intermediate + client) in the YubiKey.
(Note: The 20 slots from slot 82 to slot 95 (hexdecimal value) are hidden slots, which are not configurable through YubiKey Manager UI, but they are configurable through command line)
When I tried to build a full certificate chain using Fortify, it does not give me full chain. It only returns the client cert stored in slot 9a.
I think the problem is Fortify does not try to look at the hidden slots on YubiKey. Can you fix this please?