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

test: add script to create 0-dns-cert.pem #11579

Closed
wants to merge 3 commits into from

Commits on Feb 27, 2017

  1. test: add script to create 0-dns-cert.pem

    0-dns-cert.pem  and 0-dns-key.pem were stored in `test/fixtures/key`
    directory, but the cert file cannot be created with the openssl
    command via Makefile.
    
    Added a script to create it with using  `asn1.js` and
    `asn1.js-rfc5280` and moved them out of key directory and put into
    `test/fixtures/0-dns`.
    
    The domains listed in the cert were also changed into example.com and
    example.org to show the use for only testing.
    shigeki committed Feb 27, 2017
    Configuration menu
    Copy the full SHA
    6212086 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2017

  1. fixup

    shigeki committed Mar 1, 2017
    Configuration menu
    Copy the full SHA
    fd05b71 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2017

  1. add newline to pem

    shigeki committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    68cd928 View commit details
    Browse the repository at this point in the history