easy-rsa icon indicating copy to clipboard operation
easy-rsa copied to clipboard

export-zip

Open jrocha opened this issue 4 years ago • 3 comments

Would it be ok to write a patch for a feature to export required files for client (ca.crt, client-key.crt, client-key.key) to zip file?

I'm planning to add something like ./easyrsa export-zip client-key

jrocha avatar Jul 10 '20 15:07 jrocha

Possible candidate for https://github.com/TinCanTech/easy-tls ?

TinCanTech avatar Jul 10 '20 15:07 TinCanTech

This would be possible, and a good candidate for acceptance into the code base.

ecrist avatar Jul 10 '20 20:07 ecrist

Possible candidate for https://github.com/TinCanTech/easy-tls ?

That particular bit of code isn't yet included in the base EasyRSA distribution. We're happy to accept it on another PR if it meets project requirements.

ecrist avatar Jul 10 '20 20:07 ecrist

In my personal opinion, the compression of an inline file is as good as pointless. Distributing an inline file verses a compressed file makes no significant difference.

TinCanTech avatar Oct 21 '22 19:10 TinCanTech