欢迎回来

登录 EAKE AI,继续您的智能之旅

忘记密码?
还没有账号?立即注册

SSL/TLS 证书检查 — 网站安全

SSL/TLS 证书检查 — 网站安全

检查网站 SSL/TLS 证书的有效性、到期时间、签发机构和加密套件。适用于网站安全审计。

ssl-check

Utility to monitor SSL renewal dates for UptimeRobot checks

Setup: === in the var directory, create a new file named _uptimeRobot_ with your API key that looks like:

module.exports = 'uxxxx-xxxxxxxxxxxx';

then create a file named _slack_ with your webhook and channel that looks like:

module.exports = {
  hook: 'https://hook.slack.com/services/XXXX',
  channel: '#ssl (defaults to #general)'
};

Usage: ssl-check [options] [command] === Commands: --- ``` update check every site and update local db with cert expiry insert get the list of checks from UptimeRobot and insert any missing ones into local db recheck recheck each expired or expiring cert and notify slack on renewal notify notify slack channel about any expring or expired certs help [cmd] display help for [cmd]


Options:
---

-h, --help output usage information -V, --version output the version number ```

安装

# 安装到当前项目
npx skills add ssl-check

# 全局安装
npx skills add ssl-check -g

来源

安装指南

复制下方命令,在终端运行即可安装:

npx skills add ssl-check
npx skills add ssl-check -g
⚡ 一键安装到 GenHub

需已安装 GenHub 桌面端

使用指南

安装完成后,在对话框中直接使用此技能。

基本信息
作者 Michael Ventura 分类 安全工具 难度 Beginner 时长 1 hour
🛠️ 安装命令
npx skills add ssl-check
npx skills add ssl-check -g

评论已关闭。