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

Options #6

Closed
3goats opened this issue May 31, 2013 · 2 comments
Closed

Options #6

3goats opened this issue May 31, 2013 · 2 comments

Comments

@3goats
Copy link

3goats commented May 31, 2013

I can't seem to see what options I can provide when creating a CSR. I would like to be able to add some additional extensions to the CSR.

BTW - Your code seems to work fine on Windows!

Regards,

@mattsawyer77
Copy link

check out line ~79 of pem.js:

        var params = ["req",
                      "-new",
                      "-" + (options.hash || "sha1"),
                      "-subj",
                      generateCSRSubject(options),
                      "-key",
                      "--TMPFILE--"
                      ];

@Dexus
Copy link
Owner

Dexus commented Apr 16, 2014

@andris9 can you close this "issue"?

@andris9 andris9 closed this as completed Apr 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants