Skip to content

ICF Tool Scripts

Adam Crain edited this page Jul 3, 2017 · 3 revisions

There are a couple of shell scripts in the 'script' directory that invoke the ICF tool to produce test artifacts.

Running the *generate_single_level_certificates.sh" script, outputs the following artifacts:

Authority

  • authority.priv.icf - The private ed25519 key file for the authority
  • authority.pub.icf - The public ed25519 key file for the authority
  • authority.cert.icf - A self-signed authority certificate that contains the public key.

Responder

  • responder.priv.icf - The private x25519 key for the responder
  • responder.pub.icf - The public x25519 key for the responder
  • responder.cert.icf - The certificate containing the repsonder's public key, signed by the authority private key.

Initiator

  • initiator.priv.icf - The private x25519 key for the initiator
  • initiator.pub.icf - The public x25519 key for the initiator
  • initiator.cert.icf - The certificate containing the initiator's public key, signed by the authority private key.
Clone this wiki locally