FiloSottile / FiloSottile/mkcert

Can't generate client and pkcs12 certs in same command.

Open
#384 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

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'
```

![image](https://user-images.githubusercontent.com/170312/125951004-b4ba0a5c-e34f-4e1b-a0a3-45b6ceaa8597.png)

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.