FiloSottile / FiloSottile/mkcert
Can't generate client and pkcs12 certs in same command.
Open
- Dominant language
- Go
- Stars
- 59.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
If you run these steps you only get 3 files expect to get 5.
```
mkdir temp1
cd temp1
docker run -v ${PWD}:/root/.local/share/mkcert brunopadz/mkcert-docker:latest /bin/sh -c 'mkcert -install && mkcert -cert-file /root/.local/share/mkcert/mkcert.pem -key-file /root/.local/share/mkcert/mkcert.key -p12-file /root/.local/share/mkcert/mkcert.p12 -client -pkcs12 localhost 127.0.0.1 ::1'
```

Contributor guide
Assessment
This issue has not been assessed yet.