mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

1.4.4 broken on arm32

Open fsackur opened this issue 2 years ago • 0 comments

Environment

  • Operating system (including version):
    • Raspbian 11 (Bullseye) on Pi3 (arm)
  • mkcert version (from mkcert -version):
    • 1.4.4
  • Server (where the certificate is loaded):
  • Client (e.g. browser, CLI tool, or script):

What you did

apt install wget curl libnss3-tools
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-linux-arm
chmod +x mkcert-v1.4.4-linux-arm
./mkcert-v1.4.4-linux-arm

What went wrong

An error occurred trying to start process '/usr/bin/mkcert' with working directory '/home/freddie'. Exec format error

Note that 1.4.3 works fine:

> mkcert --version
v1.4.3
> mkcert -install
Created a new local CA 💥
The local CA is now installed in the system trust store! ⚡️

fsackur avatar Feb 21 '23 21:02 fsackur