When we generate SSL certificates with elasticsearch-certutil, we get them with the expiry of 3 years
Is there a way that we can generate the certificates with longer expiry date such as 5 years or so.
Is it possible to mention the expiry while creating the certificates
Hi @smiley_tamy
Per the docs here us the days
parameter with certain restrictions.
--days <n>
Specifies an integer value that represents the number of days the generated certificates are valid. The default value is1095
. This parameter cannot be used with thecsr
orhttp
parameters.
Thank you for the quick reply