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
Currently a user can't import a key with a role flag. This becomes an issue becuase notary is not able to work with keys generated by openssl openssl genrsa -out delegation.key 2048 which don't have PEM headers for role
The text was updated successfully, but these errors were encountered:
Currently a user can't import a key with a role flag. This becomes an issue becuase notary is not able to work with keys generated by openssl
openssl genrsa -out delegation.key 2048
which don't have PEM headers for roleThe text was updated successfully, but these errors were encountered: