Fix error message spelling

main
Jan Dittberner 2 years ago committed by Jan Dittberner
parent baf6d0f037
commit c538be4385

@ -83,7 +83,7 @@ func (s *Settings) UnmarshalYAML(n *yaml.Node) error {
}
if data.ValidityYears.Root < data.ValidityYears.Intermediary {
return SettingsError{"validity of root CA certificates must be equal or greater than those if" +
return SettingsError{"validity of root CA certificates must be equal or greater than those of" +
" intermediary CA certificates"}
}

Loading…
Cancel
Save