server.cnf 395 B

1234567891011121314151617
  1. [cmp] # mock server configuration
  2. port = 0 # 0 means that the server should choose a random available port
  3. srv_cert = server.crt
  4. srv_key = server.key
  5. srv_secret = pass:test
  6. # not needed: accept_unprotected = 1
  7. no_check_time = 1
  8. srv_trusted = signer_root.crt
  9. ref_cert = signer_only.crt
  10. rsp_cert = signer_only.crt
  11. rsp_capubs = signer_root.crt
  12. rsp_extracerts = signer_issuing.crt
  13. verbosity = 7