mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
fixed tests
This commit is contained in:
parent
0ba69ea848
commit
072f4440e2
7 changed files with 81 additions and 306 deletions
|
@ -39,8 +39,8 @@ module Repp
|
|||
extension = case params[:type]
|
||||
when 'p12' then 'p12'
|
||||
when 'private_key' then 'key'
|
||||
when 'csr' then 'csr'
|
||||
when 'crt' then 'crt'
|
||||
when 'csr' then 'csr.pem'
|
||||
when 'crt' then 'crt.pem'
|
||||
else 'pem'
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue