Skip to content

Add simple-acme to clients.json #1880

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions data/clients.json

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to following Let's Encrypt's official guide for PR
we also need to update data/clients.json 's Line 2 "lastmod"

https://letsencrypt.org/docs/client-options/#adding-a-client-project

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I've updated the date as well now.

Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,17 @@
"library": "Rust",
"library_url": "https://github.com/n0-computer/tokio-rustls-acme",
"comments": "is an easy-to-use, async ACME client library for rustls"
},
{
"name": "simple-acme",
"url": "https://www.simple-acme.com",
"category": "Windows / IIS",
"comments": "Spiritual successor to win-acme, also works on Linux!",
"challenges": {
"HTTP-01": "true",
"DNS-01": "true",
"TLS-ALPN-01": "true"
}
}
]
}
Loading