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

treewide: remove pre-generated certificates #113

Closed
wants to merge 1 commit into from

Commits on Aug 15, 2024

  1. treewide: remove pre-generated certificates

    For software updates, security is quite crucial and using pre-generated
    standard keys is not something that people should get used to.
    We have a dedicated script to generate custom certificates:
    
      ./create-example-keys.sh
    
    Thus this commit removes all pre-generated certificates together with
    the RAUC_KEY_FILE and RAUC_CERT_FILE definitions in bundle recipes and
    the SRC_URI modifications in rauc bbappends.
    
    Instead add the README.rst section on generating keys we have for
    meta-rauc-qemux86 to all platforms.
    
    Signed-off-by: Enrico Jörns <[email protected]>
    ejoerns committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    6a35ff5 View commit details
    Browse the repository at this point in the history