使用acme.sh安装ssl证书

摘要: 注意:acme.sh 默认从之前的Let's Encrypt已更换为 ZeroSSL cd /root #进入root用户根目录 安装很简单, 一个命令: curl https://get.acme.sh | sh -s email=my@example.com 设置DNSPOD的接口变量ID和to 阅读全文
posted @ 2021-10-27 13:02 Redwei 阅读(917) 评论(0) 推荐(0)

纯css3制作的图形

摘要: 原文来自 https://www.jqhtml.com/8045.html Square #square { width: 100px; height: 100px; background: red; } Rectangle #rectangle{ width: 200px; height: 100 阅读全文
posted @ 2021-10-27 03:56 Redwei 阅读(40) 评论(0) 推荐(0)