# File common/lib/symbiosis/domain/dkim.rb, line 62
    def generate_dkim_key
      self.dkim_key = OpenSSL::PKey::RSA.new(1536)
    end