Skip to content

Commit

Permalink
Also return certificate common name
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Oct 7, 2024
1 parent c95dc4e commit 93e4f67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Brass/Schema/Result/Cert.pm
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ sub _as_hash
content_cert => $self->content_cert =~ s/(.+)\v*$/$1\n/r,
content_key => $self->content_key =~ s/(.+)\v*$/$1\n/r,
content_ca => $self->content_ca =~ s/(.+)\v*$/$1\n/r,
cn => $self->cn,
};
}

Expand Down

0 comments on commit 93e4f67

Please sign in to comment.