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
This means that when a request is received without a key file, it is entirely possible to destroy the request accidentally. By generating another request, in the same name, the original request, tied to the correct private key, will be overwritten and will require a new private key to be distributed.
This bug has existed since at least v3.0.8, time to fix it.
The text was updated successfully, but these errors were encountered:
gen-req
only checks for an existing key file.This means that when a request is received without a key file, it is entirely possible to destroy the request accidentally. By generating another request, in the same name, the original request, tied to the correct private key, will be overwritten and will require a new private key to be distributed.
This bug has existed since at least
v3.0.8
, time to fix it.The text was updated successfully, but these errors were encountered: