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

chore: use forge partially to generate certificates #6325

Merged
merged 1 commit into from Dec 30, 2021

Commits on Dec 30, 2021

  1. chore: use forge partially to generate certificates

    > watching The Matrix while hacking these certificates
    
    Alternative to vitejs#6173
    
    Since sharing same certificate for all users is not the best approach
    I suggest to try decompose node-forge which is used internally by
    selfsigned package. We can just use part of the package which already
    gives a good result.
    
    Eventually we will deprecate this feature but would be good to have less
    impact on current major too.
    
    ```
    du -sk dist/node
    ```
    before: 10760
    after: 9944
    TrySound committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    fc53e15 View commit details
    Browse the repository at this point in the history