NETWAYS / ansible-collection-elasticstack

A collection to install and manage the Elastic Stack
GNU General Public License v3.0
9 stars 8 forks source link

Allow to set DN of CA #211

Closed widhalmt closed 11 months ago

widhalmt commented 11 months ago

This adds the --ca-dn parameter to the creation of the Elastic Stack CA. The default is the same as if you would just omit the parameter.

For more details refer to https://www.elastic.co/guide/en/elasticsearch/reference/8.9/certutil.html#certutil-parameters

fixes #210

ref/NC/791092