scripts icon indicating copy to clipboard operation
scripts copied to clipboard

scripts for work

Results 19 scripts issues
Sort by recently updated
recently updated
newest added

Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.13.1 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 3.5.0 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.1 to 9.3.0. Release notes Sourced from pillow's releases. 9.3.0 https://pillow.readthedocs.io/en/stable/releasenotes/9.3.0.html Changes Initialize libtiff buffer when saving #6699 [@​radarhere] Limit SAMPLESPERPIXEL to avoid runtime DOS #6700 [@​wiredfool]...

dependencies

lets-encrypt-x3-cross-signed.pem is already included in $DOMAIN_CRT. So no need to combine it to $DOMAIN_CHAINED_CRT. It would cause "Incorrect order, Extra certs" in ssllabs test.

``` ~: ./dnspod.sh dnspod.conf 116.30.194.90 : -1 2018-08-15 11:35:49 File not found. ```

首先感谢作者 Tianyu,这个工具确实可以顺利地为通过 DNSPOD 解析的域名申请到 LE 证书。 但是,我按照网上某个教程(tianyu 并没有提供证书申请后的其它设置步骤)在 nginx 配置文件中启用了 SSL 之后,然后在 SSL Labs 对网站进行 SSL 强度评分,得到的成绩是 **B**。 最终报告页面上的警告消息是: > This server's certificate chain is incomplete. Grade capped to B...

letsencrypt-vesta 脚本是专门针对 VestaCP 这款 web 面板而制作的自动申请 LE 证书的脚本工具。我一直用 VestaCP 来搭建 web 控制面板,因此也一直用 letsencrypt-vesta 脚本。 但是 letsencrypt-vesta 脚本有一个缺点:它不能通过 DNSPOD 的 NS 服务器来验证域名,导致使用 DNSPOD 解析的域名在申请 LE 证书时失败。 我已在 letsencrypt-vesta 脚本官方论坛提交了这个问题: [https://github.com/interbrite/letsencrypt-vesta/issues/60](https://github.com/interbrite/letsencrypt-vesta/issues/60) 但是我估计老外很可能对...

请教一下作者: DOMAIN_DIR="/var/www/example.com",我的网站是upstream反向到后端服务器的,nginx服务器上面没有。这里要怎么填。

```bash [root@canbin-aliyun www]# sh /www/letsencrypt.sh /www/letsencrypt.conf Generate CSR...94cb.csr /www/letsencrypt.sh: line 50: syntax error near unexpected token `(' /www/letsencrypt.sh: line 50: `openssl req -new -sha256 -key "$DOMAIN_KEY" -subj "/" -reqexts SAN...

如果我账户下有两个域名,xxx.com和xxx.com.cn,签发证书时使用脚本向cloudxns提交xxx.com的txt记录的时候,就会向xxx.com.cn提交而不是xxx.com