Skip to content
Open
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 lib/kamal/cli/app/ssl_certificates.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run
upload!(StringIO.new(cert_content), role.proxy.host_tls_cert, mode: "0644")
end
if key_content = role.proxy.private_key_pem_content
upload!(StringIO.new(key_content), role.proxy.host_tls_key, mode: "0644")
upload!(StringIO.new(key_content), role.proxy.host_tls_key, mode: "0600")
end
end
end
Expand Down