Form for uploading CRT directly

This commit is contained in:
Martin Lensment 2015-05-19 12:13:48 +03:00
parent 4cd8df079f
commit 405bb0dfd4
7 changed files with 56 additions and 29 deletions

View file

@ -11,7 +11,7 @@ describe Certificate do
it 'should not be valid' do
@certificate.valid?
@certificate.errors.full_messages.should match_array([
"Csr is missing"
"CRT or CSR must be present"
])
end