On Fri, May 8, 2015 at 6:13 PM, Juan Orti Alcaine <[email protected]>
wrote:

> I'm trying to import my current keys into SoftHSM with something like:
> softhsm2-util --import ksk.pem --slot 0 --label KSK --id <?>
>
> But I don't know how to obtain the ID. I've search all around the web
> unsuccessfully.
>

 --label and --id will set CKA_LABEL and CKA_ID when importing the key
pair. It is up to you to set the values. The values can the be used when
searching for the key pair later on.
_______________________________________________
Opendnssec-user mailing list
[email protected]
https://lists.opendnssec.org/mailman/listinfo/opendnssec-user

Reply via email to