Contents

  1. numRequests: Total number of PKCS10 requests or CRMF requests.

numRequests=1

  1. input: full path for the PKCS10 request or CRMF request,

  2. the content must be in Base-64 encoded format

  3. Multiple files are supported. They must be separated by space.

input=sys_subca_pkcs10.req

  1. output: full path for the CMC request in binary format

output=/root/cfu/test/cmc/cmc.sys_subca_pkcs10.req

  1. tokenname: name of token where agent signing cert can be found (default is internal)

tokenname=internal

  1. nickname: nickname for agent certificate which will be used

  2. to sign the CMC full request.

nickname=PKI Administrator for unknown00262DFC6A5E

  1. dbdir: directory for cert8.db, key3.db and secmod.db

dbdir=/root/cfu/test/cmc/

  1. password: password for cert8.db which stores the agent

  2. certificate

password=mypass

  1. format: request format, either pkcs10 or crmf

format=pkcs10