cli icon indicating copy to clipboard operation
cli copied to clipboard

allow the creation of an "inline" certificate.

Open nimbius opened this issue 1 year ago • 0 comments

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

currently step creates a crt and key file. Nginx and many other applications can instead use a single inline file containing the cert, key, roots and any intermediaries. easyrsa generates these types of files, as an example.

Why is this needed?

a single inline file is easer to use and maintain than an individual cert, key, and CA file

nimbius avatar Jun 02 '24 05:06 nimbius