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