You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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...
Hello!
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.The text was updated successfully, but these errors were encountered: