You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 11, 2019. It is now read-only.
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...