Appendices

References

Title

Description

Document/Link

ZetaCA Documentation 

ZetaCA installation, administration, and API guides 

https://docs.zetacert.com 

Utimaco PKCS#11 R3 Developer Guide 

SecurityServer PKCS#11 R3 API reference and integration guide 

Included in SecurityServer package 

Utimaco PKCS#11 HandsOn Guide 

Step-by-step tutorial for PKCS#11 development with the simulator 

Included in SecurityServer package 

References

Command Summary (CLI commands used)

Command

Purpose

C_Login(CKU_CS_GENERIC,"ADMIN,ADMIN.key") > C_InitToken > C_Logout > C_Login(CKU_SO) > C_SetPIN > C_Logout > C_Login(CKU_SO,newPin) > C_InitPIN > C_Logout > C_Login(CKU_USER) > C_SetPIN 

Initializes the PKCS#11 token and activates the Security Officer (SO) and Crypto User credentials for HSM operations.

csadm Dev=288@<IP> GetState | LogonSign=ADMIN,ADMIN.key ListUser | ListFirmware

Verifies HSM status, lists configured users, and displays firmware information.

p11tool2 Slot=0 LoginUser=<PIN> ListObjects | GetTokenInfo

Lists PKCS#11 objects and displays token information.

docker compose up -d | docker compose restart backend | docker logs zetaca-backend

Starts, restarts, and monitors ZetaCA services running in Docker containers.

Command summary