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
Add new properties to RA profile entity that can be used to configure certificate validation for that RA profile:
validationEnabled - [boolean] if validation should be run on certificates of RA profile
validationFrequency - [nullable int] how often should validation be run (in days), null = use default platform setting for certificate validation
expiringThreshold - [nullable int] when certificate is considered as Expiring (in days), null = use default platform setting for certificate expiring threshold (30 days)
Update mapping to DTO to set new properties
Update platform settings
Update scheduled certificate validation system job to reflect certificate validation configuration
when certificate has RA profile, use its configuration if present, or use default platform settings
otherwise for certificates without RA profile, use default platform settings
validation of certificate can be also triggered manually by calling /certificates/{uuid}/validate endpoint
The text was updated successfully, but these errors were encountered:
lubomirw
changed the title
Add option to configure certificate validation for RA profile
Configuration of certificate validation for RA profile
Jan 9, 2025
validationEnabled
- [boolean] if validation should be run on certificates of RA profilevalidationFrequency
- [nullable int] how often should validation be run (in days),null
= use default platform setting for certificate validationexpiringThreshold
- [nullable int] when certificate is considered asExpiring
(in days),null
= use default platform setting for certificate expiring threshold (30 days)/certificates/{uuid}/validate
endpointThe text was updated successfully, but these errors were encountered: