Method: Rex::Socket::Parameters#ssl_cert
- Defined in:
- lib/rex/socket/parameters.rb
#ssl_cert ⇒ String
The SSL certificate, in pem format, stored as a string. See SslTcpServer#makessl
340 341 342 |
# File 'lib/rex/socket/parameters.rb', line 340 def ssl_cert @ssl_cert end |