Method: Certify::Authority#commonname

Defined in:
app/models/certify/authority.rb

#commonnameObject



33
34
35
36
37
38
39
# File 'app/models/certify/authority.rb', line 33

def commonname
  if root_certificate
    subject_hash["CN"]
  else
    @commonname
  end
end