Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kowalczyk-krzysztof/ssl-certificate-check

GitHub Action to check SSL certificate expiry date
https://github.com/kowalczyk-krzysztof/ssl-certificate-check

certificate github-actions ssl tls

Last synced: 24 days ago
JSON representation

GitHub Action to check SSL certificate expiry date

Awesome Lists containing this project

README

        

# SSL Certificate Expiry Date Check

## Inputs

### `certificate-hostname`

The hostname that will be checked for a valid SSL certificate as a string e.g `google.com`

## Results

On success logs a string containing expiry date e.g `Certificate valid until: Jan 25 13:43:08 2023 GMT`.

On error sets the step status to failed and logs the error.

## Example usage

```yaml
uses: kowalczyk-krzysztof/ssl-certificate-check@v1
with:
certificate-hostname: ${{ secrets.CERTIFICATE_HOSTNAME }}
```