https://github.com/lbearl/yasc
YASC is Yet Another SSL Checker.
https://github.com/lbearl/yasc
asp-net-core bootstrap4 c-sharp hangfire sendgrid ssl ssl-certificates
Last synced: 26 days ago
JSON representation
YASC is Yet Another SSL Checker.
- Host: GitHub
- URL: https://github.com/lbearl/yasc
- Owner: lbearl
- Created: 2017-05-06T21:14:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T14:15:54.000Z (almost 5 years ago)
- Last Synced: 2025-07-21T20:56:37.741Z (11 months ago)
- Topics: asp-net-core, bootstrap4, c-sharp, hangfire, sendgrid, ssl, ssl-certificates
- Language: HTML
- Homepage: http://yetanothersslchecker.azurewebsites.net/
- Size: 1.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# YASC
Yet Another SSL Checker
Please read more about it [at my blog](https://lukebearl.com/2017/05/yasc-yet-another-ssl-checker/)
## Introduction
YASC is a simple utility to check the health of SSL certificates for websites. It boasts the following features:
1. Live testing of an SSL certificate
2. Scheduled testing and batch emails of 1 or more SSL certificates
## Technical Notes
YASC is a technology playground for me. It makes use of bootstrap 4 (alpha 6 currently) and also is an asp.net core MVC web application. It makes a (small amount) of use of
entity framework core. In order to handle background processing, it uses the excellent [hangfire.io](http://hangfire.io) library. It also makes use of [SendGrid](http://www.sendgrid.com)'s transaction email templates.
# DANGER WILL ROBINSON
While I have this running in Azure, it is on an Azure free plan. THE APPLICATION WILL STOP! There is a nearly 100% chance that alerts will NOT go out all of the time. DO NOT RELY ON IT! (You have been warned in lots of capital letters).