don't generate self signed smtp certificates

This commit is contained in:
Adam Cooke
2017-04-28 15:17:06 +01:00
parent caacaa7f92
commit 488dffd04b
2 changed files with 0 additions and 27 deletions
-8
View File
@@ -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