acme.sh 290followers http://acme.sh Popular repositoriesLoading acme.shacme.shPublic A pure Unix shell script implementing ACME client protocol Shell40.8k5.1k get.acme.shget.acme.shPublic get.acme.sh Shell16965 acmetestacmetestPublic Unit test project for acme.sh project...
git clone https://github.com/acmesh-official/acme.sh.git cd ./acme.sh ./acme.sh --install -m my111@example.com 上面下载的是最新版,最近使用的时候发现需要ipv6,域名未绑定ipv6可以使用这个版本https://github.com/acmesh-official/acme.sh/archive/refs/tags/3.0.7.tar.gz 上面的my111@example.co...
curl https://get.acme.sh|sh -semail=my@example.com 你也可以先克隆GIT仓库来安装 git clone --depth1https://github.com/acmesh-official/acme.sh.gitcdacme.sh ./acme.sh --install -m my@example.com 在国内(较差)网络环境下,你可以使用此条命令使用gitee源安装 git clone --depth1https://gitee...
4年前 acme.sh fix https://github.com/acmesh-official/acme.sh/issues/3752 3年前 README GPL-3.0 Star 0 Fork 0 捐赠 0 人次 简介 暂无描述 暂无标签 Shell 等2 种语言 GPL-3.0 发行版 暂无发行版 贡献者 (425) 全部 近期动态 3年前同步了仓库 4年前创建了仓库深圳...
官方文档:https://github.com/acmesh-official/acme.sh acme.sh实现了acme协议,可以从Let's Encrypt生成免费的证书。 安装acme.sh 安装命令,请修改为自己的邮箱 curl https://get.acme.sh|sh-s email=my@example.com 以上命令会完成两项工作: 把acme.sh安装到你的home目录下: ...
acme的GitHub地址:https://github.com/acmesh-official/acme.sh 安装acme完成后使用“acme.sh -v”命令查看版本号,代码如下: 代码语言:javascript 复制 acme.sh-v 按照网上所说的acme.sh 2.x版本默认使用Let’s Encrypt作为服务提供商,3.x之后默认使用的是ZeroSSL,但是由于我第一次弄,所以还是重新更换默认服务商...
curl https://get.acme.sh | sh 或者 bash wget -O - https://get.acme.sh | sh 执行上面的命令,它会: 从GitHub 上下载 sh 脚本并执行 把文件解压到用户的 ~/.acme.sh目录下 给命令行设置一个acme.sh的 alias 别名 查看alias方法 最后注册一个 cron 定时任务来自动更新证书。
revert fix forhttps://github.com/Neilpang/acme.sh/issues/1941 6年前 .travis.yml fix shfmt 7年前 Dockerfile Add missing bind-tools package 6年前 README.md add tls-alpn mode 6年前 acme.sh Do not limit the renew days to 60, it's just a default value. ...
acme.sh--upgrade--auto-upgrade acme的GitHub地址:https://github.com/acmesh-official/acme.sh 安装acme完成后使用“acme.sh -v”命令查看版本号,代码如下: 代码语言:javascript 复制 acme.sh-v 如图所示,acme版本号是3.0.3,忽略图中的红色,因为测试的时候我用了两台机器,由于第一次安装各种错误,导致教程不...
Advanced Installation: https://github.com/Neilpang/acme.sh/wiki/How-to-install The installer will perform 3 actions: Create and copy acme.sh to your home dir ($HOME): ~/.acme.sh/. All certs will be placed in this folder too. Create alias for: acme.sh=~/.acme.sh/acme.sh. Create ...