# File lib/puppet/sslcertificates/ca.rb, line 48 48: def thing2name(thing) 49: thing.subject.to_a.find { |ary| 50: ary[0] == "CN" 51: }[1] 52: end