step_ca_certificate
: Support creating a certificate from a CSR
#340
Labels
enhancement
New feature or improvement to an existing one
modules
Something affecting one or more module
step-cli ca sign
lets a user sign an existing CSR using the CA. The overall process and syntax is very similar tostep-cli ca certificate
, so it should be possible to use a CSR as an alternative source instep_ca_certificate
.This would require only a
csr
parameter that, when provided, switches the command tosign
insteadcertificate
. In addition, the key file parameter would need to become optional.The text was updated successfully, but these errors were encountered: