certera-io / certera

A central validation server for Let's Encrypt certificates
https://docs.certera.io
Other
69 stars 14 forks source link

./certera no such file or directory #30

Closed oscar-vlugt closed 2 years ago

oscar-vlugt commented 2 years ago

Running Debian 11 (ARM) on a VM, i've installed a clean OS and followed instructions on https://docs.certera.io/#linux . I've downloaded the correct ARM binary and ran chmod +x on the certera binary, however when I attempt to run it with ./certera it tells me

-bash: ./certera: No such file or directory.

I've tried multiple times with the download and am unable to run the binary from certera-2.1.5-linux-arm.zip . Am I missing something in the instructions or is Debian perhaps not supported?

oscar-vlugt commented 2 years ago

Ah it might be related to the fact the binary is 32-bit and my ARM instance is 64 bit. Tested it on a 32-bit version and it worked.