Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

FirstTimeEZ
Copy link

@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
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
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
Author

I have implemented the DNS-01 challenge for Cloud Flare

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants