You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of signing the packages with my personal key, create a new one (stronger too) for the project and ensure that other trusted developers can take it over if needed. (and store it on a hardware token to keep it safe)
The difficult part is going to be the transition, as packages can only be signed by a single key.
New packages could just add the new signing key to the system (ie: rpm --import) and eventually (6 months?) we can switch over to the new key without causing too many problems?
The text was updated successfully, but these errors were encountered:
Instead of signing the packages with my personal key, create a new one (stronger too) for the project and ensure that other trusted developers can take it over if needed. (and store it on a hardware token to keep it safe)
The difficult part is going to be the transition, as packages can only be signed by a single key.
New packages could just add the new signing key to the system (ie:
rpm --import
) and eventually (6 months?) we can switch over to the new key without causing too many problems?The text was updated successfully, but these errors were encountered: