Method: Rex::Socket::Parameters#ssl_cert

Defined in:
lib/rex/socket/parameters.rb

#ssl_certString

The SSL certificate, in pem format, stored as a string. See SslTcpServer#makessl

Returns:

  • (String)


340
341
342
# File 'lib/rex/socket/parameters.rb', line 340

def ssl_cert
  @ssl_cert
end