mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Form for uploading CRT directly
This commit is contained in:
parent
4cd8df079f
commit
405bb0dfd4
7 changed files with 56 additions and 29 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue