Revert back to CSR / CRT upload

This commit is contained in:
Martin Lensment 2015-05-22 13:42:40 +03:00
parent 8292951c9c
commit 0aa5399265
12 changed files with 214 additions and 103 deletions

View file

@ -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