-
OpenResty 使用 Certbot 生成 SSL 证书
操作系统 Centos8 安装 snap 包管理器 安装epel仓库并更新 sudo dnf install epel-release sudo dnf u
2021-09-15, Views: 4019 , Topics: OpenResty HTTPS Let's Encrypt
-
Ubuntu 使用 Certbot 给 Nginx 添加 SSL 证书
关于 Certbot Certbot不用注册Let's Encrypt账号(它会自动帮你注册),不用手动修改配置服务器配置,一行命令搞定。 安装示例 以我的服务
2021-05-10, Views: 2792 , Topics: Nginx Let's Encrypt HTTPS
-
OpenResty lua-resty-auto-ssl 无法颁发证书问题
开启 debug 日志 error_log logs/error.log debug; 错误日志 2021/02/17 11:13:47 [notice] 1
2021-05-09, Views: 2737 , Topics: OpenResty HTTPS Let's Encrypt
-
OpenResty lua-resty-auto-ssl: failed to set ocsp stapling for
错误日志 lua-resty-auto-ssl报错。 2021/02/17 08:59:12 [error] 28822#0: 17557 [lua] ssl
2021-05-08, Views: 3164 , Topics: OpenResty HTTPS Let's Encrypt
-
OpenResty 使用 lua-resty-auto-ssl 配置 https 证书
lua-resty-auto-ssl 开源地址 https://github.com/auto-ssl/lua-resty-auto-ssl lua-resty
2021-05-06, Views: 6994 , Topics: OpenResty Let's Encrypt HTTPS