Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xuchunyang/cert-expiry-date
A website to check cert expir date
https://github.com/xuchunyang/cert-expiry-date
Last synced: about 1 month ago
JSON representation
A website to check cert expir date
- Host: GitHub
- URL: https://github.com/xuchunyang/cert-expiry-date
- Owner: xuchunyang
- Created: 2020-08-08T09:49:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-21T08:20:05.000Z (over 1 year ago)
- Last Synced: 2024-10-16T01:45:55.076Z (3 months ago)
- Language: HTML
- Homepage: https://cert-expiry-date.vercel.app
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Check cert expiry date
https://cert-expiry-date.vercel.app/
![Screen shot of the website](Screen-Shot-2020-08-08-at-18.56.36.png)
## API
The API endpoint is
`https://cert-expiry-date.vercel.app/api/cert-expiry-date`. Use the `url` query
parameter to check a domain or URL. For example,```
$ curl -i 'https://cert-expiry-date.vercel.app/api/cert-expiry-date?url=emacs-china.org'
HTTP/2 200
content-type: application/json
cache-control: public, max-age=0, must-revalidate
date: Sat, 08 Aug 2020 11:17:13 GMT
access-control-allow-origin: *
content-length: 114
x-vercel-cache: MISS
age: 0
server: Vercel
x-vercel-id: hkg1::sfo1::vb7pt-1596885433138-f916e3cb55a1
strict-transport-security: max-age=63072000; includeSubDomains; preload{
"host": "emacs-china.org",
"port": 443,
"valid_to": "2020-08-29T14:51:45.000Z",
"daysLeft": 21
}
```The API supports [Cross-Origin Resource Sharing (CORS)](https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS).
## Privacy
I don't store logs. However, anyone can view the realtime logs at
https://cert-expiry-date.vercel.app/_logs