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
While the Root CA is set to 1095 days (3 years) using the -days 1095 option, the Admin and OpenSearch Dashboards certificates are expiring after maybe 1 months. Since I didn't explicitly specify the -days option for these certificates, I suspect the default OpenSSL settings are being applied.
I believe the issue might be caused because the -days option was not explicitly specified when running the following command, unlike when generating the Root CA certificate:
@flavienbwk
While the Root CA is set to 1095 days (3 years) using the -days 1095 option, the Admin and OpenSearch Dashboards certificates are expiring after maybe 1 months. Since I didn't explicitly specify the -days option for these certificates, I suspect the default OpenSSL settings are being applied.
I believe the issue might be caused because the -days option was not explicitly specified when running the following command, unlike when generating the Root CA certificate:
openssl req -new -subj "$OPENDISTRO_DN/CN=ADMIN" -key certs/ca/admin.key -out certs/ca/admin.csr
Could you please confirm if this is the case?
The text was updated successfully, but these errors were encountered: