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
I get the error StartServiceCtrlDispatcher failed (1063).
However, when I use the same files with the ziti cli, I get a .json file as expected.
ziti edge enroll --cert cert.pem --key server.key --jwt autoenroll.jwt --out id.json
INFO enrolled successfully. identity file written to: id.json
I am working through trying to auto-enroll clients and having to download the ziti cli as a separate app to enroll an ID at the command line is a lot of extra work for something that should be quite simple/easy. Also, the current work around involving copying the JSON file to the correct place and restarting the client would be a better experience if the application could monitor for any changes and reload itself, or when using ziti-edge-tunnel enroll that it would perform a reload by itself.
The text was updated successfully, but these errors were encountered:
Using ZEDW 2.1.2.0 Service 0.18.16, I cannot import an identity into ZEDW.
When I try and import using the client, using this command
I get the error
StartServiceCtrlDispatcher failed (1063)
.However, when I use the same files with the ziti cli, I get a .json file as expected.
I am working through trying to auto-enroll clients and having to download the ziti cli as a separate app to enroll an ID at the command line is a lot of extra work for something that should be quite simple/easy. Also, the current work around involving copying the JSON file to the correct place and restarting the client would be a better experience if the application could monitor for any changes and reload itself, or when using
ziti-edge-tunnel enroll
that it would perform a reload by itself.The text was updated successfully, but these errors were encountered: