Add my project server-ssl.js to clients.json (ACMEv2, HTTP-01, DNS-01)#1773
Closed
FirstTimeEZ wants to merge 2 commits into
Closed
Add my project server-ssl.js to clients.json (ACMEv2, HTTP-01, DNS-01)#1773FirstTimeEZ wants to merge 2 commits into
FirstTimeEZ wants to merge 2 commits into
Conversation
add server-ssl.js to clients.json
Contributor
|
It appears that your client renews the certificate 60 days after it was issued. This will break if we ever change the default lifetime of our certificates. Please ensure that your client renews a certain percentage of the way (we suggest 2/3rds of the way) through the lifetime of the certificate -- or better yet, have your client implement ACME Renewal Info: https://datatracker.ietf.org/doc/draft-ietf-acme-ari/ |
Author
|
@aarongable I have implemented |
Author
|
I have implemented the |
schoen
approved these changes
Aug 20, 2025
Author
|
Awesome thank you
…On Thu, Aug 21, 2025, 4:22 AM Seth Schoen ***@***.***> wrote:
***@***.**** approved this pull request.
—
Reply to this email directly, view it on GitHub
<#1773 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKYNR35PVOEPUD4XIUJG72T3OSOCZAVCNFSM6AAAAABSMHN5L2VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZTCMZXGM2TCNRSGI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Collaborator
|
Thanks, I'm including this via #2018. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
server-ssl.jsto clients.json, which is aNode.jsserver which implements and automates theHTTP-01 Challengeto automatically renew certificates usingLets EncryptCan use
DNS-01with support providers.ACMEv2