Method: EM::APNS::Connection#post_init

Defined in:
lib/em-apns/connection.rb

#post_initObject



5
6
7
8
9
10
11
# File 'lib/em-apns/connection.rb', line 5

def post_init
  start_tls(
    :private_key_file => EM::APNS.key,
    :cert_chain_file  => EM::APNS.cert,
    :verify_peer      => false
  )
end