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

feat(secret): remove Validator/Verifier secret keys from repository #2033

Merged
merged 1 commit into from
Jul 19, 2022

Commits on Jul 18, 2022

  1. feat(secret): remove Validator/Verifier secret keys from repository

    - Remove validator sample CA keys hardcoded inside the repository.
    - Generate fresh ECDSA keys when starting up electricity-trade
      or discounted-asset-trade sample apps.
    - Add support for RSA CA keys in fabric-socketio validator.
      I couldn't find any trivial way of generating ECDSA self-signed certificate
      (without calling openssl cmdline, which seems poor from functional test perspective),
      so I've added support for RSA keys to simplify the tests.
    - Allow selection of jwt algorithm in  fabric-socketio validator.
      It must correspond to the key used.
    - Update the READMEs, add short description of SSL config option of fabric-socketio validator.
    
    Closes: 2016
    Closes: 2017
    
    Depends on: 1977
    Depends on: 2030
    
    Signed-off-by: Michal Bajer <michal.bajer@fujitsu.com>
    outSH authored and petermetz committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    cf1c07b View commit details
    Browse the repository at this point in the history