Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebastienpittet/lametric-ssl-expiry
Public API to display the remaining days before expiration of a public SSL certificate.
https://github.com/sebastienpittet/lametric-ssl-expiry
certificate expiry lametric lametric-app
Last synced: about 1 month ago
JSON representation
Public API to display the remaining days before expiration of a public SSL certificate.
- Host: GitHub
- URL: https://github.com/sebastienpittet/lametric-ssl-expiry
- Owner: SebastienPittet
- License: mit
- Created: 2020-05-03T16:02:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T08:47:41.000Z (about 2 months ago)
- Last Synced: 2024-12-03T09:34:55.219Z (about 2 months ago)
- Topics: certificate, expiry, lametric, lametric-app
- Language: HTML
- Size: 249 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lametric-ssl-expiry
Public API to display the remaining days before expiration of a public SSL certificate.
The result is a JSON content, consumed by a Lametric Time application (ssl-expiry) and also available as a web application.## Run the Python app as a service
https://www.shubhamdipt.com/blog/how-to-create-a-systemd-service-in-linux/## Container
- docker build . -t ssl-expiry (will produce an image size of < 30 MB)
- docker run -d -p 5000:5000
- docker image tag ssl-expiry exo.container-registry.com/pittet-sebastien/ssl-expiry
- docker push exo.container-registry.com/pittet-sebastien/ssl-expiry## Find it in the store
https://apps.lametric.com/apps/ssl_expiry/8659## Demo
- https://certificate.pittet.org/api/v1?hostname=lametric.com&port=443
- Web application [https://certificate.pittet.org](https://certificate.pittet.org)## Default values
If the application is unconfigured, the default values are set to:
* hostname: lametric.com
* port: 443## Contributions
Please send Pull Request !