class EventMachine::Connection

def get_peer_cert

Other tags:
    See: Connection#ssl_handshake_completed -
    See: Connection#start_tls -

Returns:
  • (String) - the remote [X509 certificate](http://en.wikipedia.org/wiki/X.509), in the popular [PEM format](http://en.wikipedia.org/wiki/Privacy_Enhanced_Mail),

Other tags:
    Example: Getting peer TLS certificate information in EventMachine -
def get_peer_cert
  EventMachine::get_peer_cert @signature
end