mirror of
https://github.com/maelstrom-cms/odin.git
synced 2026-04-25 08:16:03 +03:00
[PR #54] Support for checking expiry of intermediate certificates #63
Labels
No labels
bug
enhancement
help wanted
pull-request
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/odin-maelstrom-cms#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/maelstrom-cms/odin/pull/54
Author: @dweissengruber
Created: 3/4/2021
Status: 🔄 Open
Base:
master← Head:ssl_check_intermediates📝 Commits (7)
58ed94e✨ Support for checking expiry of intermediate certificates135b690🐛 Fix certificate_scan_id datatype8064ae6🐛 ✔️ fix issue on add website8e00655🐛 fix missing continue83dd404✨ Update migration, ensure increment94edbebRevert "✨ Update migration, ensure increment"716c009✨ comply with code style guidelines📊 Changes
8 files changed (+179 additions, -17 deletions)
View changed files
📝
app/CertificateScan.php(+5 -0)📝
app/Checkers/Certificate.php(+64 -15)➕
app/HasIntermediateCertificates.php(+18 -0)📝
app/Http/Controllers/CertificateReportController.php(+1 -1)➕
app/IntermediateCertificateScan.php(+33 -0)📝
app/Website.php(+1 -1)➕
database/migrations/2021_03_04_111337_create_intermediate_certificate_scans_table.php(+39 -0)📝
resources/js/components/CertificateReport.js(+18 -0)📄 Description
Check & verify whole chain.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.