Skip to content
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
This repository was archived by the owner on Jun 11, 2019. It is now read-only.

Certificates with DNS alt names not handled correctly when using passenger #82

@gehel

Description

@gehel

It seems that when using passenger, certificates are not generated with DNS alt names. Certificates seem to be generated in server.pp

exec { 'puppetmaster-ca-generate':
  [...]
}

but without using the --dns-alt-names option. Some trial and error modifications indicates that fixing this is not as easy as just adding the option. In at least some cases the certificate is created before the puppetmaster-ca-generate is run and so it is not re-generated.

Not really sure what the correct solution to this is...

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