FiloSottile / FiloSottile/mkcert
1.4.4 broken on arm32
- 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
Assessment
This issue has not been assessed yet.