Giter Site home page Giter Site logo

Comments (5)

fszlin avatar fszlin commented on September 28, 2024

The idea is to generate a new certificate every 3 months, reuse your account key if possible.

I'd suggest doing so as a scheduled build. πŸ˜„

from certes.

Tealons avatar Tealons commented on September 28, 2024

I saw the script and tried to run the commands in powershell on Kudo, but got stuck. I have no experience with Appveryor. How can I run the script on a Azure Web App?

from certes.

TraGicCode avatar TraGicCode commented on September 28, 2024

@fszlin

When you renew the certs I guess the dns txt records don’t change or are an ignored step. Can u explain this in more detail. My understanding is that once you verify ownership of a domain you simply use the generated key pair to ask let’s encrypt for renewals in the future and no updating dns txt records is needed

from certes.

webprofusion-chrisc avatar webprofusion-chrisc commented on September 28, 2024

Hi, when you renew a certificate with Let's Encrypt you are actually requesting a whole new cert for the same domains, so renewal requires repeating the validation challenge process again.

For DNS challenges this involves create the _acme-challenge TXT record in your domain or subdomain, with the value derived from the authorization specified by Let's Encrypt.

If your cert has multiple domains included then you need to create multiple TXT records in each respective DNS zone.

Note: Certs with wildcard + the root domain (e.g. *.example.com and example.com) require that the TXT record has 2 values in order to respond to the authorization challenge for each part.

from certes.

stale avatar stale commented on September 28, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from certes.

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.