Skip to content

Add my project server-ssl.js to clients.json (ACMEv2, HTTP-01, DNS-01)#1773

Closed
FirstTimeEZ wants to merge 2 commits into
letsencrypt:mainfrom
FirstTimeEZ:patch-1
Closed

Add my project server-ssl.js to clients.json (ACMEv2, HTTP-01, DNS-01)#1773
FirstTimeEZ wants to merge 2 commits into
letsencrypt:mainfrom
FirstTimeEZ:patch-1

Conversation

@FirstTimeEZ
Copy link
Copy Markdown

@FirstTimeEZ FirstTimeEZ commented Nov 24, 2024

Adds server-ssl.js to clients.json, which is a Node.js server which implements and automates the HTTP-01 Challenge to automatically renew certificates using Lets Encrypt

Can use DNS-01 with support providers.

ACMEv2

add server-ssl.js to clients.json
@FirstTimeEZ FirstTimeEZ changed the title Update clients.json Add my project server-ssl.js to clients.json Nov 24, 2024
@aarongable
Copy link
Copy Markdown
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/

@FirstTimeEZ
Copy link
Copy Markdown
Author

FirstTimeEZ commented Dec 10, 2024

@aarongable I have implemented ARI as you suggested, can you have another look when you have a chance 👍

@FirstTimeEZ FirstTimeEZ changed the title Add my project server-ssl.js to clients.json Add my project server-ssl.js to clients.json (ACMEv2 ARI) Dec 10, 2024
@FirstTimeEZ FirstTimeEZ changed the title Add my project server-ssl.js to clients.json (ACMEv2 ARI) Add my project server-ssl.js to clients.json (ACMEv2, HTTP-01, DNS-01) Dec 19, 2024
@FirstTimeEZ
Copy link
Copy Markdown
Author

I have implemented the DNS-01 challenge for Cloud Flare

@FirstTimeEZ
Copy link
Copy Markdown
Author

FirstTimeEZ commented Aug 20, 2025 via email

@schoen
Copy link
Copy Markdown
Collaborator

schoen commented Aug 27, 2025

Thanks, I'm including this via #2018.

@schoen schoen closed this Aug 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants