Enum RotationPolicy
RotationPolicy controls how private keys should be regenerated when a re-issuance is being processed.
Namespace: Neon.Kube.Resources.CertManager
Assembly: Neon.Kube.Resources.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
[JsonConverter(typeof(JsonStringEnumMemberConverter))]
public enum RotationPolicy
Fields
Name | Description |
---|---|
Always | A private key matching the specified requirements will be generated whenever a re-issuance occurs |
Never | A private key will only be generated if one does not already exist in the target |