[PR #54] Support for checking expiry of intermediate certificates #63

Open
opened 2026-02-27 09:12:49 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/maelstrom-cms/odin/pull/54
Author: @dweissengruber
Created: 3/4/2021
Status: 🔄 Open

Base: masterHead: ssl_check_intermediates


📝 Commits (7)

  • 58ed94e Support for checking expiry of intermediate certificates
  • 135b690 🐛 Fix certificate_scan_id datatype
  • 8064ae6 🐛 ✔️ fix issue on add website
  • 8e00655 🐛 fix missing continue
  • 83dd404 Update migration, ensure increment
  • 94edbeb Revert " 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.

## 📋 Pull Request Information **Original PR:** https://github.com/maelstrom-cms/odin/pull/54 **Author:** [@dweissengruber](https://github.com/dweissengruber) **Created:** 3/4/2021 **Status:** 🔄 Open **Base:** `master` ← **Head:** `ssl_check_intermediates` --- ### 📝 Commits (7) - [`58ed94e`](https://github.com/maelstrom-cms/odin/commit/58ed94e75b40ea213ade50f7450878583824bc77) ✨ Support for checking expiry of intermediate certificates - [`135b690`](https://github.com/maelstrom-cms/odin/commit/135b690686c018f6d8edf05a8c52c40ffdc3e900) 🐛 Fix certificate_scan_id datatype - [`8064ae6`](https://github.com/maelstrom-cms/odin/commit/8064ae640ba1496d70ac267c2dc31643f820dbde) 🐛 ✔️ fix issue on add website - [`8e00655`](https://github.com/maelstrom-cms/odin/commit/8e006555b2834ce009925a7bfe8b39e686c438a3) 🐛 fix missing continue - [`83dd404`](https://github.com/maelstrom-cms/odin/commit/83dd4040825997a754387cbcbf0a597a4f30ac7d) ✨ Update migration, ensure increment - [`94edbeb`](https://github.com/maelstrom-cms/odin/commit/94edbeb8bde8c2fd65c318a8914808d7d3c56f15) Revert "✨ Update migration, ensure increment" - [`716c009`](https://github.com/maelstrom-cms/odin/commit/716c0092698db1ff93b81d67d39031a07214367a) ✨ comply with code style guidelines ### 📊 Changes **8 files changed** (+179 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Check & verify whole chain. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/odin-maelstrom-cms#63
No description provided.