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

Feature Request: Add function New-CertificateSigningRequestEx #78

Open
PatrickOnGit opened this issue Apr 30, 2019 · 5 comments
Open

Feature Request: Add function New-CertificateSigningRequestEx #78

PatrickOnGit opened this issue Apr 30, 2019 · 5 comments
Labels
enhancement This is a new feature request. Not a bug really.

Comments

@PatrickOnGit
Copy link

The function New-SelfSignedCertificateEx does not allow for creating CSRs. Neither does the SysadminsLV.PKI.Cryptography.X509Certificate.X509CertificateBuilder class.
So it would be great to have this function.

@Crypt32 Crypt32 added the enhancement This is a new feature request. Not a bug really. label May 1, 2019
@Crypt32
Copy link
Collaborator

Crypt32 commented May 1, 2019

Next two months I will be very busy, but I will put this in my ToDo list.

I think, there will be two versions:

  1. cross-platform with PKCS#1/PKCS#8 key storage (similar to OpenSSL). I know, there is CertificateRequest class in .NET 4.7.2 and .NET core, but I think, it is not flexible.
  2. Microsoft-specific that will utilize windows certificate store.

If you have other ideas, drop them in this thread.

@PatrickOnGit
Copy link
Author

PatrickOnGit commented May 2, 2019 via email

@PatrickOnGit
Copy link
Author

is there a plan to work on this request?

@Crypt32
Copy link
Collaborator

Crypt32 commented Aug 4, 2020

Yes, I'm considering this as well. In next version, I'm going to revisit existing GitHub items and work on them.

@PatrickOnGit
Copy link
Author

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This is a new feature request. Not a bug really.
Projects
None yet
Development

No branches or pull requests

2 participants