关于升级acme.sh,更新Let's Encrypt

acme.sh该升级了,但是github上的包下不回来

先准备一个http代理,例如127.0.0.1 端口10800

export ALL_PROXY=http://127.0.0.1:10800

acme.sh --upgrade

然后关掉代理软件

原文地址:https://www.cnblogs.com/toumingbai/p/12410855.html