1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

don't generate self signed smtp certificates

هذا الالتزام موجود في:
Adam Cooke
2017-04-28 15:15:41 +01:00
الأصل caacaa7f92
التزام 488dffd04b
2 ملفات معدلة مع 0 إضافات و27 حذوفات

عرض الملف

@@ -153,14 +153,6 @@ module Postal
raise ConfigError, "No config found at #{self.config_file_path}"
end
unless File.exist?(self.smtp_private_key_path)
raise ConfigError, "No SMTP private key found at #{self.smtp_private_key_path}"
end
unless File.exist?(self.smtp_certificate_path)
raise ConfigError, "No SMTP certificate found at #{self.smtp_certificate_path}"
end
unless File.exists?(self.lets_encrypt_private_key_path)
raise ConfigError, "No Let's Encrypt private key found at #{self.lets_encrypt_private_key_path}"
end