square / certstrap

Tools to bootstrap CAs, certificate requests, and signed certificates.
Apache License 2.0
2.31k stars 207 forks source link

Allow to override default file inputs and outputs #81

Closed mbyczkowski closed 5 years ago

mbyczkowski commented 5 years ago

This change adds additional flags to request-cert command that allows to specify the input private key file and the output file for generated certificate request.

Similarly, the sign command will allow to specify input certificate request file and output file for signed certificate.