Giter Club home page Giter Club logo

Comments (2)

leverule avatar leverule commented on June 3, 2024

刚试给两个异地群晖都申请相同的泛域名证书,发现也可以,后申请的对先申请的也没影响,这样也可以吧?

不会单独用脚本里更新证书那部分……😂

from syno-acme.

CoOlaRlL avatar CoOlaRlL commented on June 3, 2024

两台 VPS 还有软理由,群晖每两个月更新一次证书,然后在 57行后面加上 &&,然后加上rsync 代码就可以了。 前提是 root 配置好 ssh 证书,然后在群晖终端用 root 连过服务器之后。然后域名 key 先传到服务器先,因为不会变的,然后每次更新只要同步 fullchain.cer。至于服务器,可以检测到 fullchain.cer 有变化就自动重启 nginx。我的 OpenWRT 因为每周重启一次,所以就不用配置。

${ACME_BIN_PATH}/acme.sh --force --installcert -d ${DOMAIN} -d *.${DOMAIN} \
    --certpath ${CRT_PATH}/cert.pem \
    --key-file ${CRT_PATH}/privkey.pem \
    --fullchain-file ${CRT_PATH}/fullchain.pem &&
rsync -avz /volume1/disk1/sh/syno-acme/acme.sh/abc.com/fullchain.cer root@openwrt:/etc/acme/ssl

给软路由esxi传送fullchain.cer怎么转换格式和名称?
rsync -avz /volume1/disk1/sh/syno-acme/acme.sh/abc.com/fullchain.cer root@ESXI:/etc/VMware/ssl/rui.crt
这个格式可行吗?ESXI证书安装部署一点也不能错,搞不好就进不来后台了,诚心求教

from syno-acme.

Related Issues (20)

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.