mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Additional validations for keyrelay
This commit is contained in:
parent
857182df0e
commit
4f10cccdfa
4 changed files with 46 additions and 1 deletions
|
@ -210,6 +210,17 @@ en:
|
|||
only_one_parameter_allowed: 'Only one parameter allowed: %{param_1} or %{param_2}'
|
||||
expiry_relative:
|
||||
unknown_pattern: 'Expiry relative must be compatible to ISO 8601'
|
||||
key_data_public_key:
|
||||
blank: 'Public key is missing'
|
||||
key_data_flags:
|
||||
blank: 'Flag is missing'
|
||||
key_data_protocol:
|
||||
blank: 'Protocol is missing'
|
||||
key_data_alg:
|
||||
blank: 'Algorithm is missing'
|
||||
auth_info_pw:
|
||||
blank: 'Password is missing'
|
||||
|
||||
|
||||
attributes:
|
||||
epp_domain: &epp_domain_attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue