Error parsing Seal configuration: KMS type 'pkcs11' requires the Vault Enterprise HSM binary

I have downloaded the Hashicorp Vault from this page. Also, I received the 30 days trial certificate. Now I need to integrate my Hashicorp Vault with the HSM to opt in for automatic unsealing. After doing the configurations that are indicated on this page, I ran the following command:

$ vault server -config=/etc/vault.d/config-hsm.hcl

But I get this error message:

“Error parsing Seal configuration: KMS type ‘pkcs11’ requires the Vault Enterprise HSM binary”

Is there another binary file that I have to install?

My operating system: Linux Ubuntu 20.04
Hashicorp Vault version: 1.12.1

https://releases.hashicorp.com/vault/

You need an ent.hsm version

It worked fine.

Thank you