Method: Bolt::Transport::Orch::Connection#get_certnames
- Defined in:
- lib/bolt/transport/orch/connection.rb
#get_certnames(targets) ⇒ Object
63 64 65 |
# File 'lib/bolt/transport/orch/connection.rb', line 63 def get_certnames(targets) targets.map { |t| t.host || t.name } end |