-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Implementation of ACME Renewal Info (ARI) - RFC9773 #6433
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
sim0n-v
wants to merge
304
commits into
acmesh-official:ari
Choose a base branch
from
sim0n-v:rfc9773-ari
base: ari
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
as mijn.host API times out at times.
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
DNS API: fix structural info for new providers
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
Extend dns_myapi.sh info with samples. omglol: Split Address option by a dot to avoid incorrect parsing with a dot from omg.lol Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
…fo_missing dnsapi: Add structured info for lima-city and west.cn
Signed-off-by: Ludovic Ortega <ludovic.ortega@adminafk.fr>
fix: remove control characters
Add mijn.host DNS API Support
Fix syntax for OpenBSD sh
Update dns_cyon plugin
Updates the dns_opnsense.sh Bourne shell script for OPNSense v25.7 series: 1. Fixes historical error in rm_record() [used incorrect response variable] 2. Improves debug messaging in rm_record() 3. Fixes _get_root() for change in OPNsense API * Response is now split into pseudo-rows * We now iterate through pseudo-rows for matching domainname field 4. Fixes _existingchallenge() for change in OPNsense API * Fixes unreliable regex for uuid * Adds domain regex and %domain field 5. Fixes historical error in _existingchallenge() [incorrect variable syntax] Resolves acmesh-official#6467 Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com>
…s_opnsense-v25.7-refresh-dev dnsapi/dns_opnsense.sh: Refresh for OPNsense v25.7 series
truenas_ws: Add ability to deploy to remote TrueNAS server via WebSockets
Support certificate profile selection
This commit introduces a new command, `--list-profiles`, to allow users to discover the certificate profiles supported by a Certificate Authority. The command queries the `meta.profiles` object within the ACME directory JSON for the selected server and formats the output for readability. If a CA does not publish profiles in its directory, the command reports that none were found. Usage: acme.sh --list-profiles [--server letsencrypt]
Implement discovery of CA certificate profiles
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.
Implementation of ACME Renewal Info.
Sources: