fixed tests

This commit is contained in:
oleghasjanov 2025-03-17 12:53:02 +02:00
parent 0ba69ea848
commit 072f4440e2
7 changed files with 81 additions and 306 deletions

View file

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