<div dir="ltr">On Fri, May 8, 2015 at 6:13 PM, Juan Orti Alcaine <span dir="ltr"><<a href="mailto:juan.orti@miceliux.com" target="_blank">juan.orti@miceliux.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm trying to import my current keys into SoftHSM with something like:<br>
softhsm2-util --import ksk.pem --slot 0 --label KSK --id <?><br>
<br>
But I don't know how to obtain the ID. I've search all around the web<br>
unsuccessfully.<br></blockquote><div><br></div><div> --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.</div></div></div></div>