Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

An error is reported when initializing the certificate in the analytics_agent directory #1312

Open
ml20221206 opened this issue Feb 27, 2023 · 2 comments

Comments

@ml20221206
Copy link

root@dev:/home/owt/owt-server/dist/analytics_agent# node initcert.js
Enter passphrase of certificate: 123456-owt-dev
[Error: ENOENT: no such file or directory, open '/home/owt/owt-server/dist/analytics_agent/cert/.owt.keystore'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/home/owt/owt-server/dist/analytics_agent/cert/.owt.keystore'
}

Other directories are normal, such as:
root@dev:/home/owt/owt-server/dist/webrtc_agent# node initcert.js
Enter passphrase of certificate: 123456-owt-dev
done!

@qwu16
Copy link
Collaborator

qwu16 commented Mar 14, 2023

There is no cert folder in analytics_agent and no default certificate provided for this module

@ml20221206
Copy link
Author

Thanks for your answer!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants