Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot add friendly name to certificate properties? #22

Closed
bonbonr opened this issue Mar 8, 2021 · 3 comments
Closed

Cannot add friendly name to certificate properties? #22

bonbonr opened this issue Mar 8, 2021 · 3 comments
Labels

Comments

@bonbonr
Copy link

bonbonr commented Mar 8, 2021

Cannot add friendly name to certificate properties?
For more information, please see the content of the picturey.
image

@bonbonr
Copy link
Author

bonbonr commented Mar 8, 2021

func Encode(rand io.Reader, privateKey interface{}, certificate *x509.Certificate, caCerts []*x509.Certificate, password string) (pfxData []byte, err error) {}

  • Encode function generates a PFX format certificate containing a private key for IIS web server. The friendly name cannot be displayed. Is it possible to customize the friendly name in the certificate properties?

  • The friendly name can be customized or taken from the DNS Name (Common Name) in the x509 format certificate. Domain name information

@pschou
Copy link

pschou commented Sep 16, 2022

@bonbonr Please see PR #39 as it adds the ability to set custom Friendlynames.

@AGWA AGWA added the feature label Jul 15, 2023
@AGWA
Copy link
Member

AGWA commented Jul 15, 2023

Tracking this feature request in #34.

@AGWA AGWA closed this as not planned Won't fix, can't repro, duplicate, stale Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants