转载烧饼blog的教程: 使用 acme.sh 配置 Let's Encrypt 签发的 IP 地址 SSL 证书 acme.sh 自己用的指令: IPv4/v6 证书申请: acme.sh --issue -d $(curl -s -4 ip.sb) -d $(curl -s -6 ip.sb) -w /http_server_root_path --keylength ec-384 --server letsencrypt --certificate-profile shortlived --days 5 更新证书,都直接打这个: acme.sh --renew-all --ecc --force
@xmanx #10 #!/bin/bash IPV6=$(curl -6 -s --max-time 5 ifconfig.me) #停止80,443服务 ~/.acme.sh/acme.sh --renew --cert-profile shortlived -d "$IPV6" --force #开启80,443服务
ai写代码推荐qwen-max,jetbrains ai用的就是这个
acme.sh自动续期呀
转载烧饼blog的教程:
使用 acme.sh 配置 Let's Encrypt 签发的 IP 地址 SSL 证书
acme.sh 自己用的指令:
IPv4/v6 证书申请:
更新证书,都直接打这个:
@xmanx #10
#!/bin/bash
IPV6=$(curl -6 -s --max-time 5 ifconfig.me)
#停止80,443服务
~/.acme.sh/acme.sh --renew --cert-profile shortlived -d "$IPV6" --force
#开启80,443服务
@lehuoyisheng #9
支持
@GJ33BBUu #15 谢谢
好用,这下我国内的的1panel不用自签证书了。
不然没有备案域名连可信证书都用不了
@00Q3Q5 #14
难道IP签发 才刚刚支持吗 这个也只比我提前两天 我还以为 7月就支持了