-
Notifications
You must be signed in to change notification settings - Fork 56
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
Signing certificates based on CSR #28
Comments
Just added PR for this one if it helps. |
@kimmokantojarvi thanks! merged I'll release with version 1.0.5, probably at the weekend |
@kimmokantojarvi just wondering about docs here, maybe a simple example in the repo would be cool showing this feature. Would you be interested? |
Sure, I can add maybe early next week. Where would you like to have those examples? |
@kimmokantojarvi Thanks! In this repo would be cool. Examples using: (I'll rename this to /examplesUsingCertificates) Or creating: https://github.com/damienbod/AspNetCoreCertificates/tree/master/src Greetings Damien |
Hi,
I like the package and therefore would like to propose some small enhancements for signing the certificates.
Basically functions in CreateCertificates.cs always create a new key pair instead of using existing keys from a CSR and therefore would like to propose adding possibility to sign certificates based on CSRs.
Instead of creating CertificateRequest inside the function allow bringing it as a parameter to the functions.
Functions affected:
Best regards,
Kimmo
The text was updated successfully, but these errors were encountered: