Skip to content

openssl on ubuntu 18 produce unsuitable permissions #8

@KeithWM

Description

@KeithWM

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions