Thanks a lot for the quick Answer. This is very helpful I will check it out. But maybe i will just stick with the NC copy for now as this would propably take a while and i am somewhat limeted on Time. To be clear i do not actually want to have multiple nodes with the same seed running in parallel but i want to have my simulation Network be the same on each run. ( I am using the nodes inside a Simulator). I will let you know it if I get anywhere.
Hey. I am working with the Softwaretpm inside of a docker image. I am developing a PoC which uses Attestation. I want to have multiple nodes that each have the same seed at startup. Currently when I start the image the hierachy seeds differ each time. However i do want to somehow configure that some instances of that image always get the same seed. I tried to accomplish this by coping the created NVChip file from a running image and then coping it to a Node at startup before I start the tpm_server....