-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Cannot Reproduce
-
Affects Version/s: OpenDNSSEC 1.4.3
-
Fix Version/s: None
-
Component/s: PKCS#11 Interface
-
Labels:None
While defining two repositories from hsm different slots ods-hsmutil fails to work correctly.
If i disable either one of the two repositories other one works correctly.
error on failure: hsm_get_slot_id(): No slots found in HSM
configuration:
<RepositoryList>
<Repository name="OpenDNSSEC">
<Module>/usr/lib/xxxxx.so</Module>
<TokenLabel>OpenDNSSEC</TokenLabel>
<PIN>1337</PIN>
<Capacity>255</Capacity>
<SkipPublicKey/>
</Repository>
<Repository name="EISEE">
<Module>/usr/lib/xxxxx.so</Module>
<TokenLabel>EISEE</TokenLabel>
<PIN>45967456745</PIN>
<Capacity>255</Capacity>
<SkipPublicKey/>
</Repository>