Skip to content

running openssl from command line, it isn't finding the default 'config'  #7

@MikeFultonDev

Description

@MikeFultonDev

This might be a user error... But I had to do:

openssl req -x509 -newkey rsa:4096 -config=/fultonm/prod/ssl/openssl.cnf -keyout key.pem -out cert.pem -sha256 -days 365 

instead of just

openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 365 

so I don't know if I built it wrong or if people have to set up their own config in practice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions