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
Need to document the different ways you can coerce things, e.g. you can use create a credential from a tuple like [public-key private-key] or from a map with KeyStore details like {:filename ..., :password ..., :alias} , or from an X.509 certificate (base-64 encoded String or byte array), or from a plain PrivateKey
The text was updated successfully, but these errors were encountered:
Need to document the different ways you can coerce things, e.g. you can use create a credential from a tuple like
[public-key private-key]
or from a map withKeyStore
details like{:filename ..., :password ..., :alias}
, or from an X.509 certificate (base-64 encoded String or byte array), or from a plainPrivateKey
The text was updated successfully, but these errors were encountered: