Skip to content
Ignacio Tartavull edited this page Mar 3, 2017 · 11 revisions

Welcome to the neuroglancer wiki!

How to create self signed certificate for your local graph or state server.

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout privateKey.key -out certificate.crt

You need to tell your browser to trust your keys keys, go to an url served by your sever via https. Your browser will display a warning site, where you can click on advance -> proceed to insecure site. This way when neuroglancer uses your local server under the hood the requests won't failed.

Clone this wiki locally