Method: Lobot::Keychain#fetch_remote_certificate
- Defined in:
- lib/lobot/keychain.rb
#fetch_remote_certificate(host) ⇒ Object
15 16 17 |
# File 'lib/lobot/keychain.rb', line 15 def fetch_remote_certificate(host) http_client.get(host).peer_cert.to_s end |