Skip to content

zeus911/check-my-ssl

 
 

Repository files navigation

check-my-ssl

Build Status

Unit tests: docker-compose run --rm app python -m pytest /app/backend

Functional tests: behave (from the host)

Cron job for live server daily SSL cert renewal: 0 4 * * * cd /home/deploy/check-my-ssl && /usr/local/bin/docker-compose -f docker-compose.yml -f env/production/compose.yml run --rm certbot renew --webroot --webroot-path=/data/letsencrypt --quiet && /usr/local/bin/docker-compose -f docker-compose.yml -f env/production/compose.yml kill -s HUP proxy

About

An application to check the SSL expiry date of a domain name.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 40.4%
  • JavaScript 31.0%
  • Shell 17.0%
  • HTML 6.5%
  • CSS 4.6%
  • Gherkin 0.5%