FiloSottile / FiloSottile/mkcert

1.4.4 broken on arm32

Open
#509 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
Go
Stars
59.6k
Forks
3.1k
PR merge metrics
No merged PRs in 30d

Description

## 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! ⚡️
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.