Skip to content

Commit

Permalink
Fix CA certificate path
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Semenov committed Feb 3, 2023
1 parent fa63df8 commit e3bf117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def add_client_credentials(pkcs12)
end

def add_trusted_certificates(trusted_certificate)
File.open("#{@droplet.root}/ssl/certs/ca-certificates.crt", 'a') do |f|
File.open("#{@droplet.root}/etc/ssl/certs/ca-certificates.crt", 'a') do |f|
f.write("#{trusted_certificate}\n")
end
end
Expand Down

0 comments on commit e3bf117

Please sign in to comment.