|
Error |
Diagnosis |
|---|---|
|
docker run -dt --rm --name cssim simulator:4.60.0.0 Unable to find image 'simulator:4.60.0.0' locally docker: Error response from daemon: pull access denied for simulator, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. |
Make sure that the image with the specified tag exist. Run docker images to list the images with tag value. |
|
./p11tool2 slot=0 LoginUser=ask PubKeyAttr=CKA_LABEL="TestRSAKey" PrvKeyAttr=CKA_LABEL="TestRSAKey" GenerateKeyPair=RSA LoginUser= failed: 12.10.2023 06:04:14 src/p11adm_R2.c[280] p11_open_session: C_OpenSession returned Error 0x00000005 (CKR_GENERAL_ERROR) |
Make sure that simulator is running. |
List of errors and their diagnoses