mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Revert back to CSR / CRT upload
This commit is contained in:
parent
8292951c9c
commit
0aa5399265
12 changed files with 214 additions and 103 deletions
|
@ -11,9 +11,7 @@ describe Certificate do
|
|||
it 'should not be valid' do
|
||||
@certificate.valid?
|
||||
@certificate.errors.full_messages.should match_array([
|
||||
"Common name is missing",
|
||||
"Interface is missing",
|
||||
"Md5 is missing"
|
||||
"CRT or CSR must be present"
|
||||
])
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue