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

v3.ext #57

Closed
adrai opened this issue Jun 10, 2015 · 3 comments
Closed

v3.ext #57

adrai opened this issue Jun 10, 2015 · 3 comments

Comments

@adrai
Copy link

adrai commented Jun 10, 2015

I've ane ext file like this:

subjectAltName=IP:127.0.0.1
authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment, keyAgreement, keyCertSign, cRLSign

How can I use it when creating a certificate?

@adrai adrai changed the title vr v3.ext Jun 10, 2015
@adrai
Copy link
Author

adrai commented Jun 10, 2015

to test it I've added

    else if (options.extFile) {
      params.push('-extfile');
      params.push(options.extFile);
    }

here: https://github.com/andris9/pem/blob/master/lib/pem.js#L299

@adrai
Copy link
Author

adrai commented Jun 10, 2015

@Dexus
Copy link
Owner

Dexus commented Aug 26, 2015

will be added in 1.8.0

@Dexus Dexus closed this as completed Aug 26, 2015
Dexus pushed a commit that referenced this issue Aug 26, 2015
push version to 1.8.0
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

2 participants