Git Product home page Git Product logo

cdn_cert's People

Contributors

0xjacky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cdn_cert's Issues

两个邮件错误与一个小建议

1、python3.9更新ssl.py后无法发送邮件,使用80端口发送需要把邮件中的SMTP_SSL()替换为SMTP()
2、当存在多个邮箱时mail.py报list没有encode方法错误,需要把18行self.msg['To'] = settings.To改为self.msg['To'] = str(settings.To)
3、如果使用宝塔进行自动续签的话,阿里云远程域名可能与本地文件夹名不同(我使用的泛域名证书),我现在直接写死了,如果能在数据库中配置一下就好了

依赖安装失败,找不到 get 包

执行 pip3 install -r requirements.txt 时出现以下错误,无法继续。

ERROR: Could not find a version that satisfies the requirement get==1.0.3 (from -r requirements.txt (line 16)) (from versions: none)
ERROR: No matching distribution found for get==1.0.3 (from -r requirements.txt (line 16))

搜索了 pypi.org 没有找到相关包。

证书推送到CDN,能不能每次名字都一样,不然CDN那边还得重新选。

现在推送到证书列表中,名字都不一样,还得去CDN配置那边选一下。好像还是有点麻烦,能不能名字一样,覆盖之前的证书呢?还有,现在生成的证书,可能是多个域名用一个证书,能不能实现,一组域名对应一个证书呢?现在是一个域名,不管是二级还是一级,都是单独对应一个证书,这样的话,就要单独生成很多证书。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.