Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def create_cert_from_csr(name, csr, ca_cert, ca_key, valid_years: 10, dns_names:

csr_cert.sign ca_key, OpenSSL::Digest::SHA256.new

open "#{output_dir}/#{name}", 'w' do |io|
File.open "#{output_dir}/#{name}", 'w' do |io|
io.puts csr_cert.to_text
io.write csr_cert.to_pem
end
Expand Down
Loading