Installations_Mac_Ubuntu_Windows icon indicating copy to clipboard operation
Installations_Mac_Ubuntu_Windows copied to clipboard

openssl on ubuntu 18 produce unsuitable permissions

Open KeithWM opened this issue 6 years ago • 0 comments

The command

sudo openssl req -x509 -nodes -days 365 -newkey rsa:1024 -keyout mycert.pem -out mycert.pem

on ubuntu 18 produces a file only readable and writable by root, which gives errors when running jupyter as non-root user. This requires a chmod +r.

KeithWM avatar Apr 19 '19 14:04 KeithWM