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

Added support to export certificates in a zip bundle

Open jrocha opened this issue 4 years ago • 3 comments

Solves issue #392

jrocha avatar Aug 21 '20 14:08 jrocha

This is useful but the problem here is: how do you do this for Windows ?

I don't believe Easy-RSA should be compressing your data, that is a job for another tool (Which should also support Windows).

That is only my personal opinion, so I'll leave this for you to decide.

TinCanTech avatar Mar 15 '22 02:03 TinCanTech

I think easy-rsa is like swiss knife for certificates. Adding export-zip would be another option in this swiss knife without needing to use another tool like a shell script to get the job done. I hear you regarding running it on Windows. I did not thought about. It would be doable using PowerShell recent versions. Personally, I use easy-rsa under cygwin when I'm on Windows box, so I have zip available. Comments on adding PoweShell (>v5.0) to compress on Windows are welcome.

jrocha avatar Mar 15 '22 17:03 jrocha

ecrist likes it #392, so I'll consider this soon.

TinCanTech avatar Mar 15 '22 18:03 TinCanTech

This style of options: zip_opts="$zip_out $zip_opts $crt_in $key_in" is no longer supported.

Closing this PR.

TinCanTech avatar Oct 21 '22 19:10 TinCanTech