/root/.acme.sh/test.pfchina.xyz_ecc/test.pfchina.xyz.cer /root/.acme.sh/test.pfchina.xyz_ecc/test.pfchina.xyz.key 1. 2. 证书的有效期为三个月,acme.sh安装程序添加了定时任务,到期会自动更新证书。 四、修改OpenWrt配置文件 使用vi命令,打开/etc/config/uhttpd文件,修改标红部分并保存退出。 AI...
1.安装所需插件 安装curl,luci-ssl-openssl,ca-bundle(此步骤可以在网页完成) 2.获取ssl证书 2.1安装acme.sh 使用PUTTY连接到路由器 curl https://get.acme.sh | sh alias acme.sh=~/.acme.sh/acme.sh 2.2生成证书 2.2.1(以阿里云为例) 在阿里云控制台新建子用户https://ram.console.aliyun.com/users/...
输入以下命令,运行 acme.sh 生成证书,并将生成的证书放到 uHTTPd 的默认存储位置,最后自动重启 uHTTPd 代码语言:javascript 代码运行次数:0 运行 AI代码解释 $/root/.acme.sh/acme.sh--issue--dns dns_cf-d sowevo.com-d*.sowevo.com--keypath/etc/uhttpd.key--fullchainpath/etc/uhttpd.crt--reloadcmd"/...
luci-app-accesscontrol#访问时间控制luci-app-acme#ACME 自动化证书管理环境luci-app-adblock#ADB广告过滤luci-app-adbyby-plus#广告屏蔽大师Plus +luci-app-advanced-reboot#Linksys高级重启luci-app-ahcp#支持AHCPdluci-app-amule#aMule下载工具luci-app-aria2# Aria2下载工具luci-app-arpbind#IP/MAC绑定luci-app-...
使用acme.sh来生成一个免费的证书,具体不在赘述,GitHub上有中文使用文档 准备一个需要公网访问的服务,本文中使用一个画流程图的工具做示例 实现过程 整体流程图 操作过程 1.将网关机器的端口映射到公网 本文的nginx内网服务器ip为 10.0.0.7 https使用默认端口443 ...
If everything is setup properly on the openwrt side and you still have problems with acme.sh, then I would suggest you run acme.sh from the command line (CLI) via an SSH login into your openwrt device. From the CLI, you can issue the '--debug 2' option and get the logs necessary...
export DP_Key=$DP_Keyecho'设置 acme.sh 命令'alias acme.sh='/mnt/sda1/acme.sh-master/acme.sh --set-default-ca --server letsencrypt'echo'开始注册账户'acme.sh--register-account -m $EMAILecho'开始生成证书'acme.sh--issue --dns dns_dp -d $DOMAIN -fecho'开始安装证书'acme.sh--install...
// root@wrt:/etc/ssl/acme# /usr/lib/acme/client/acme.sh --debug --renew --home /etc/acme -d mydomain.erg [Tue Sep 5 16:32:53 UTC 2023] Lets find script dir. [Tue Sep 5 16:32:53 UTC 2023] _SCRIPT_='/usr/lib/acme/client/acme.sh' [Tue Sep 5 16:32:53 UTC 2023] _...
option ssl_certificate_key '/root/.acme.sh/*.xxx.com_ecc/*.xxx.com.key' #域名公钥 option ssl_session_cache 'shared:SSL:32k' option ssl_session_timeout '64m' option access_log 'off' list include 'conf.d/nas.location' #设置指向的服务 ...
SSLCertificateKeyFile "/root/.acme.sh/*.xxx.com_ecc/*.xxx.com.key" BrowserMatch "MSIE [2-5]" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 (二)配置/etc/apache2/httpd-dav.conf文件 将文件内容修改为: DavLockDB "/mnt/webdav/DavLock" ...