hailin
|
3ac83e9305
|
feat: 添加 SSL 证书自动申请和 Kong API Gateway 配置
新增功能:
- deploy.sh 添加 ssl 命令支持 Let's Encrypt 证书自动申请
- deploy.sh 添加 kong 命令支持 API Gateway 路由配置
- deploy.sh 添加 deploy-full 命令一键完整部署(含SSL)
- Nginx 配置更新为 HTTPS,支持 HTTP->HTTPS 重定向
- 域名配置为 iconsulting.szaiai.com
SSL 功能:
- ./deploy.sh ssl install 安装 certbot
- ./deploy.sh ssl obtain 申请证书
- ./deploy.sh ssl renew 续期证书
- ./deploy.sh ssl auto-renew 配置自动续期
Kong 功能:
- ./deploy.sh kong setup 配置所有微服务路由
- ./deploy.sh kong status 查看网关状态
- ./deploy.sh kong services 查看服务列表
- ./deploy.sh kong routes 查看路由列表
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-09 00:07:26 -08:00 |