[GH-ISSUE #384] Can't generate client and pkcs12 certs in same command. #255

Open
opened 2026-02-25 22:32:58 +03:00 by kerem · 0 comments
Owner

Originally created by @wildone on GitHub (Jul 16, 2021).
Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/384

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

Originally created by @wildone on GitHub (Jul 16, 2021). Original GitHub issue: https://github.com/FiloSottile/mkcert/issues/384 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)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mkcert#255
No description provided.