1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

Allow SMTP server to load different key types (#2126)

هذا الالتزام موجود في:
Florent Poinsaut
2023-03-13 15:11:10 +01:00
ملتزم من قبل GitHub
الأصل a188a161cb
التزام 2e82deebae

عرض الملف

@@ -137,7 +137,7 @@ module Postal
end
def self.smtp_private_key
@smtp_private_key ||= OpenSSL::PKey::RSA.new(File.read(smtp_private_key_path))
@smtp_private_key ||= OpenSSL::PKey.read(File.read(smtp_private_key_path))
end
def self.smtp_certificate_path