I am trying to sign an ova file by following this link. I also generated the manifest file but I don't see any information in the signed file. Here is the command I am using:
openssl req -x509 -nodes -sha256 -days 365 -newkey rsa:1024 -keyout myself.pem -out myself.pem
openssl sha1 *.ova > myself.mf
ovftool --privateKey=myself.pem sample.ova sample-signed.ova
When I run ovftool sample-signed.ova
it has no manifest information. I tried unzipping the ova
file and did exactly the same with ovf
file but it didn't help either.
ovftool --version
VMware ovftool 4.1.0 (build-2459827)