cloudflare / cfssl

CFSSL: Cloudflare's PKI and TLS toolkit
https://cfssl.org/
BSD 2-Clause "Simplified" License
8.66k stars 1.1k forks source link

PKCS #12 file generation for client certificates #61

Open wkral opened 9 years ago

wkral commented 9 years ago

This utility has been great making the keys and signing certs but it doesn't seem oriented towards client certificates, but it's 80% of the way there. It would be useful to be able to generate client keys and sign them with a CA key and then be able to easily package them in a .p12/pfx file that can be installed in browser or used in a client library.

kisom commented 9 years ago

Just a note that this is on the list of features we'd like to support (and at some point will work on), but it's a low priority: it's going to be a lot of effort for little payoff for what we're using it for now.

EricMCornelius commented 9 years ago

+1

grittygrease commented 8 years ago

This PR is working towards addressing this issue: https://github.com/cloudflare/cfssl/pull/402

dradtke commented 4 years ago

Have there been any updates on this? The linked PR is closed, but I don't see any updates in the wiki: https://github.com/cloudflare/cfssl/wiki/PKCS-%2312-Support-Requirements

aslafy-z commented 3 years ago

Here's the latest opened PR that addresses this issue: https://github.com/cloudflare/cfssl/pull/449