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
Sounds legit to me.
What do you think about adding an interface like e.g. KeyReaderInterface::readKey() and make the existing key loaders implement it?
Would you mind submit a PR?
Interface idea looks OK, maybe KeyDumper ? current Loader actually Reads keys already
not sure if I'm fully familiar with openssl and other libs to implement it properly
In order to build extensible communications I want to publish my public key from signing key-pair as a separate controller file.
If I try to use the following code
it shows me
Is there any convenient way to export public key without knowing the nature of underlying library that reads the key from the filesystem?
I have an option to manually fetch the key from the container parameters, but I think this is not a good choice
The text was updated successfully, but these errors were encountered: