mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Additional validations for keyrelay
This commit is contained in:
parent
857182df0e
commit
4f10cccdfa
4 changed files with 46 additions and 1 deletions
|
@ -1,4 +1,9 @@
|
|||
Fabricator(:keyrelay) do
|
||||
pa_date { DateTime.now }
|
||||
expiry_relative 'P1W'
|
||||
key_data_public_key 'abc'
|
||||
key_data_flags 0
|
||||
key_data_protocol 3
|
||||
key_data_alg 3
|
||||
auth_info_pw 'abc'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue