This PR enables the consumer of dynamiclistener's cert generation to specify the number of days until expiration via ENV VAR. By default, not supplying the ENV VAR will result in the same behavior as before. The ENV VAR is optional and specifying will override the default. If any issues occur, we will fallback to the default value.
This PR enables the consumer of dynamiclistener's cert generation to specify the number of days until expiration via ENV VAR. By default, not supplying the ENV VAR will result in the same behavior as before. The ENV VAR is optional and specifying will override the default. If any issues occur, we will fallback to the default value.
Partially resolves: https://github.com/rancher/rancher/issues/35366