Skip to content

Commit

Permalink
Add format parameter to cert API return
Browse files Browse the repository at this point in the history
  • Loading branch information
abeverley committed Nov 17, 2024
1 parent 2b1f6fd commit 1a1a2b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Brass/Schema/Result/Cert.pm
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ sub as_hash_single
filename_ca => $location->filename_ca,
file_user => $location->file_user,
file_group => $location->file_group,
format => $location->format,
}
}

Expand Down Expand Up @@ -131,6 +132,7 @@ sub as_hash_multiple
filename_ca => $location->filename_ca,
file_user => $location->file_user,
file_group => $location->file_group,
format => $location->format,
};
}
}
Expand Down

0 comments on commit 1a1a2b6

Please sign in to comment.