Stub server for testing Open Cloud Mesh (OCM) https://github.com/cs3org/OCM-API
mkdir -p ../tls
openssl req -new -x509 -days 365 -nodes \
-out ../tls/server.crt \
-keyout ../tls/server.key \
-subj "/C=RO/ST=Bucharest/L=Bucharest/O=IT/CN=www.example.ro"
NODE_TLS_REJECT_UNAUTHORIZED=0 SERVER_HOST=localhost node stub.js
Then visit for instance: