项目作者: SebastienPittet

项目描述 :
Public API to display the remaining days before expiration of a public SSL certificate.
高级语言: Python
项目地址: git://github.com/SebastienPittet/lametric-ssl-expiry.git
创建时间: 2020-05-03T16:02:07Z
项目社区:https://github.com/SebastienPittet/lametric-ssl-expiry

开源协议:MIT License

下载


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

Default values

If the application is unconfigured, the default values are set to:

  • hostname: lametric.com
  • port: 443

Contributions

Please send Pull Request !