This directory contains the following certs:
mtc-leaf.pemmtc-ica.pemcA=TRUEleaf.pemsignatureAlgorithmmtc-ica.pemGenerating these certs is done in two steps.
The first step is to generate a keypair for the ICA and use the private key to sign the leaf cert:
go run generate_leaf.goleaf.pemPublicKey entry in mtc-config.jsonThe next step is to generate the MTC representation of the ICA:
mkdir outgo run github.com/ietf-plants-wg/merkle-tree-certs.git/demo@9029a99bcfa4e91b8b8e9ba646ac386a6e1c208f -config=mtc-config.json -out=outout/cert_0_0.pem to mtc-ica.pemout/cert_1_0.pem to mtc-leaf.pemPathBuilderMTCPlants04Test::SetUp.rm -r out).