Thanks Greg,
After creating .key, .csr and .crt files, I entered that command:
./run-node.sh --db MyDb --ext-secure-tcp-port=543 --certificate-file=haestrom.crt --certificate-password=password
``
I’m ending with an access denied error message though. Here’s the full log:
[01124,01,13:45:34.042] MessageHierarchy initialization took 00:00:00.2004682.
[01124,01,13:45:34.427] CACHED TFChunk #0-0 (chunk-000000.000000) in 00:00:00.0328225.
[01124,01,13:45:34.767] Starting MiniWeb for /web/es/js/projections ==> /Users/yoeight/EventStore-OSS-Mac-v3.0.1/projections
[01124,01,13:45:34.767] Starting MiniWeb for /web/es/js/projections/v8/Prelude ==> /Users/yoeight/EventStore-OSS-Mac-v3.0.1/Prelude
[01124,01,13:45:34.767] Starting MiniWeb for /web/es/js/projections/resources ==> /Users/yoeight/EventStore-OSS-Mac-v3.0.1/web-resources/js
[01124,01,13:45:34.769] Binding MiniWeb to /web/es/js/projections/{*remaining_path}
[01124,01,13:45:34.769] Binding MiniWeb to /web/es/js/projections/v8/Prelude/{*remaining_path}
[01124,01,13:45:34.770] Binding MiniWeb to /web/es/js/projections/resources/{*remaining_path}
[01124,01,13:45:34.786] Starting MiniWeb for /web ==> /Users/yoeight/EventStore-OSS-Mac-v3.0.1/clusternode-web
[01124,01,13:45:34.786] Binding MiniWeb to /web/{*remaining_path}
[01124,01,13:45:34.787] Starting MiniWeb for /web/users ==> /Users/yoeight/EventStore-OSS-Mac-v3.0.1/Users/web
[01124,01,13:45:34.787] Binding MiniWeb to /web/users/{*remaining_path}
[01124,09,13:45:34.817] ========== [127.0.0.1:2112] SYSTEM INIT…
Exiting with exit code: 1.
Exit reason: Access denied
[01124,09,13:45:34.856] Starting Normal TCP listening on TCP endpoint: 127.0.0.1:1113.
[01124,09,13:45:34.862] Starting Secure TCP listening on TCP endpoint: 127.0.0.1:543.
[01124,09,13:45:34.862] Failed to listen on TCP endpoint: 127.0.0.1:543.
[01124,12,13:45:34.888] TableIndex initialization…
[01124,12,13:45:34.900] ReadIndex building…
[01124,09,13:45:34.935] Exiting with exit code: 1.
Exit reason: Access denied
``
In the process, I changed for an OS X laptop in order to be able to hack today
any idea ?