public static class IngressGatewayMutualTransportLayerSecurityDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IngressGatewayMutualTransportLayerSecurityDetails |
build() |
IngressGatewayMutualTransportLayerSecurityDetails.Builder |
copy(IngressGatewayMutualTransportLayerSecurityDetails model) |
IngressGatewayMutualTransportLayerSecurityDetails.Builder |
maximumValidity(Integer maximumValidity)
The number of days the mTLS certificate is valid.
|
public IngressGatewayMutualTransportLayerSecurityDetails.Builder maximumValidity(Integer maximumValidity)
The number of days the mTLS certificate is valid. This value should be less than the Maximum Validity Duration for Certificates (Days) setting on the Certificate Authority associated with this Mesh. The certificate will be automatically renewed after 2/3 of the validity period, so a certificate with a maximum validity of 45 days will be renewed every 30 days.
maximumValidity
- the value to setpublic IngressGatewayMutualTransportLayerSecurityDetails build()
Copyright © 2016–2024. All rights reserved.