Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kowalczyk-krzysztof/ssl-certificate-check
- Owner: kowalczyk-krzysztof
- License: mit
- Created: 2022-11-23T15:37:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T15:53:54.000Z (almost 2 years ago)
- Last Synced: 2024-03-15T04:21:44.530Z (8 months ago)
- Topics: certificate, github-actions, ssl, tls
- Language: TypeScript
- Homepage:
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
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 }}
```