Skip to content

Problem with nginx::resource::vhost and ssl_cert/ssl_key path and permissions (644 for key) #688

@linuxmail

Description

@linuxmail

hi,

I want to put my SSL certs and keys to /etc/ssl/{certs,private}, so I have something like:

            ssl      => true,
            ssl_cert => '/etc/ssl/certs/log.pem',
            ssl_key  => '/etc/ssl/private/log.key',

but its ignored and the path is now: /etc/nginx/.crt/key. Also I see, that the permission for the private key is 644. I think, the better choice would be 600.

cu denny

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions