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
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...
It seems that when using passenger, certificates are not generated with DNS alt names. Certificates seem to be generated in server.pp
but without using the
--dns-alt-namesoption. 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 thepuppetmaster-ca-generateis run and so it is not re-generated.Not really sure what the correct solution to this is...