cli icon indicating copy to clipboard operation
cli copied to clipboard

Add the ability to set friendly name when using `step certificate p12`

Open aae42 opened this issue 11 months ago • 2 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

Provide the ability to override the friendly name when using step certificate p12.

Why is this needed?

Sometimes we get specific requests for friendly names in pfx packages. With openssl pkcs12 we can provide the --name parameter. I can only assume these friendly names are used as part of some other process where having the default of <subject> - <fingerprint> is unacceptable.

aae42 avatar Aug 15 '23 21:08 aae42

don't do a ton of Go and have never contributed here, but made a start w/ this commit, still need to go through the rest of the contribution guidelines...

aae42 avatar Aug 15 '23 21:08 aae42

Hi @aae42, sounds like a useful thing to have and good to see you're already working on it. Let us know when we can review or help otherwise 🙂

hslatman avatar Aug 29 '23 12:08 hslatman