Open
Description
steps to reproduce:
- enroll an identity with the C sdk - verify an
EC PRIVATE KEY
is generated - attempt to use this enrolled .json with the golang sdk by calling
DialWithOptions
observe:
- no connection is made
- error is returned which is not particularly helpful
failed to initialize context: (open -----BEGIN EC PRIVATE KEY-----\n ... snip ... YK/s9cIJYnYg==\n-----END EC PRIVATE KEY-----\n: The filename, directory name, or volume label syntax is incorrect.)"