mkcert icon indicating copy to clipboard operation
mkcert copied to clipboard

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

Open wildone opened this issue 4 years ago • 0 comments

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

wildone avatar Jul 16 '21 12:07 wildone