controlio-check-ssl

controlio module for checking SSL certificate of a website.

Usage no npm install needed!

<script type="module">
  import controlioCheckSsl from 'https://cdn.skypack.dev/controlio-check-ssl';
</script>

README

controlio-check-ssl

A check module for controlio.

Description

Checks the validity dates on an SSL certificate

Options

  • hostname: The host to check. Defaults to host's name.
  • port: The port to check. Defaults to 443
  • maxDaysToExpiration: Check will fail if certificate is still valid but will expire soon. Defaults to 0 (i.e. disabled)