diff options
-rwxr-xr-x | bin/abrmdcontainer/README.md | 4 | ||||
-rw-r--r-- | build.sh | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/bin/abrmdcontainer/README.md b/bin/abrmdcontainer/README.md index fb07ca1..beda250 100755 --- a/bin/abrmdcontainer/README.md +++ b/bin/abrmdcontainer/README.md @@ -9,12 +9,12 @@ ### container and is mounted as /tmp/files/ inside container ### the host's name "TPM_NODE_NAME" environmental variable -### The input to this container is srkhandle(a file/environmental vatiable) +### The input to this container is srkhandle(a file/environmental variable) ### tpm_status.yaml (TPM State) password (for TPM Primary key, ### password is encrypted using pgp and is extracted using the passphrase ### (provided in shared volume)) ### Output of this container is the public -### portion of the TPM's Primary key (out_parent_public) and the staus will +### portion of the TPM's Primary key (out_parent_public) and the status will ### be updated in the tpm_status.yaml file @@ -31,6 +31,7 @@ echo "Build SoftHSMv2..." cd SoftHSMv2 sh autogen.sh ./configure --disable-gost +make check make -j$(nproc) cd .. |