neil
82ff65c3d4
Merge pull request #6575 from JensSpanier/dev
...
Add deploy hook for KeyHelp API
2025-10-30 21:42:45 +01:00
Jens Spanier
0c7943868d
Merge branch 'acmesh-official:dev' into dev
2025-10-21 11:35:19 +02:00
Jens Spanier
3cdce86339
rename to keyhelp_api
2025-10-21 11:34:46 +02:00
neil
08246f7005
Merge pull request #6567 from vmichelin/dev
...
fix #6555 : ovh dns api enable to remove record
2025-10-18 13:11:30 +02:00
neil
c377ec69d3
Merge pull request #6571 from DuolaD/master
...
Fix the issue where Telegram bots would not push notifications.
2025-10-18 12:41:15 +02:00
DuolaD
a2c2b7ffee
Fixed the issue where Telegram bots would not push notifications.
2025-10-18 11:41:26 +08:00
Vmichelin
25c564bae1
fix #6555 : ovh dns api enable to remove record
2025-10-14 10:10:19 +02:00
neil
15197455f2
Merge pull request #5061 from b1n23/dev
...
Add deployhook for CacheFly, Edgio and Netlify
2025-10-11 12:47:40 +02:00
Jens Spanier
f7cc72be35
add missing double quotes
2025-10-09 13:28:04 +02:00
Jens Spanier
17da49bb78
add keyhelp deploy hook
2025-10-09 13:16:28 +02:00
neil
a5754e9ec4
Merge pull request #6551 from acmesh-official/dev
...
sync
2025-10-06 12:32:49 +01:00
neil
2584f09083
Merge pull request #6543 from szhu25/add-to-list
...
Add "Profile" column to --list command
2025-10-06 12:30:49 +01:00
Steven Zhu
d439933b52
add Profile column to --list output
...
This commit adds a new "Profile" column to the output of the `--list` command.
The column displays the value of the `Le_Certificate_Profile` variable stored in each domain's respective configuration file. If a profile is not set for a certificate, the column is left empty.
This enhances the utility of the list command by providing more at-a-glance information about each certificate's configuration, which is particularly useful for CAs that support different certificate profiles.
2025-09-28 19:20:08 -04:00
neil
094d03bf7a
Merge pull request #6542 from szhu25/list-profiles
...
Implement discovery of CA certificate profiles
2025-09-28 15:42:50 +01:00
Steven Zhu
0f5093c0b7
Remove space
2025-09-27 17:52:44 -04:00
Steven Zhu
80748b9fe0
Quick Patch
2025-09-27 17:37:37 -04:00
Steven Zhu
b244c76dd5
Add --list-profiles command to show CA profiles
...
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]
2025-09-27 17:29:12 -04:00
neil
a91ab54449
Merge pull request #6540 from acmesh-official/dev
...
sync
2025-09-27 22:22:55 +01:00
neil
f2dbf56db1
Merge pull request #6514 from zjwangmin/dev
...
fix bug for #6510
2025-09-27 22:16:14 +01:00
neil
e5214ea2e5
add Actalis.com CA
2025-09-27 23:12:05 +02:00
neil
11995b958a
add actalis.com CA
2025-09-27 22:57:42 +02:00
neil
493ec4be52
Merge pull request #6442 from JensSpanier/dev
...
Support certificate profile selection
2025-09-27 21:27:55 +01:00
Jens Spanier
604e6873ba
Add short name + wiki link to help
2025-09-22 12:12:17 +02:00
Jens Spanier
5954f0dde5
Change to `--cert-profile`
2025-09-22 12:11:50 +02:00
neil
b8e91036dd
Merge pull request #6524 from acmesh-official/dev
...
sync
2025-09-21 18:06:01 +02:00
neil
f22b490a10
remove buypass
2025-09-21 18:04:59 +02:00
neil
49ed112ef5
Merge pull request #6523 from acmesh-official/dev
...
sync
2025-09-21 17:18:25 +02:00
neil
471e0c05f9
remove mageia
2025-09-20 10:38:43 +02:00
neil
c3ec827fdd
remove buypass
2025-09-19 20:54:09 +02:00
neil
ca7bdd9101
Merge pull request #6424 from rglidden/truenas_ws_remote
...
truenas_ws: Add ability to deploy to remote TrueNAS server via WebSockets
2025-09-19 20:49:29 +02:00
Richard Glidden
070cd0f4df
Use _sleep instead of sleep
2025-09-16 22:19:16 -04:00
Jens Spanier
1b00ced7ad
Add `--profile` as option for selecting certificate profile
2025-09-16 09:20:31 +02:00
Min Wang
44c7473ef9
fix bug for #6510
2025-09-16 15:09:12 +08:00
neil
20c80f553f
Merge pull request #6513 from acmesh-official/dev
...
sync
2025-09-15 20:13:47 +02:00
neil
b4a5149ba2
Merge pull request #6503 from benyamin-codez/dnsapi-dns_opnsense-v25.7-refresh-dev
...
dnsapi/dns_opnsense.sh: Refresh for OPNsense v25.7 series
2025-09-15 19:35:42 +02:00
neil
df350e6660
fix format
2025-09-15 19:34:54 +02:00
benyamin-codez
d76f4b27b0
dnsapi/dns_opnsense.sh: Refresh for OPNsense v25.7 series
...
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 #6467
Signed-off-by: benyamin-codez <115509179+benyamin-codez@users.noreply.github.com>
2025-09-15 15:50:48 +10:00
neil
a1ea2a5aa6
fix tr
...
https://github.com/acmesh-official/acme.sh/issues/6511#issuecomment-3282521860
2025-09-14 10:35:34 +02:00
Richard Glidden
8608e9cd3a
Save and read variables
2025-09-12 22:22:30 -04:00
Jens Spanier
5f8f7ee576
Merge branch 'acmesh-official:dev' into dev
2025-09-10 09:09:43 +02:00
neil
03dd318265
Merge pull request #6505 from acmesh-official/dev
...
sync
2025-09-07 20:49:42 +02:00
neil
fc3bfda3bd
Merge pull request #6487 from aSauerwein/master
...
add template_stack option to push to device
2025-09-07 20:48:00 +02:00
neil
c4d228ad8d
Merge pull request #6493 from jdevera/proxmox_response_check
...
Show proxmox deploy scripts response only on debug
2025-09-07 10:41:24 +02:00
neil
30faf500eb
fix https://github.com/acmesh-official/acme.sh/pull/6499#issuecomment-3259771356
2025-09-07 10:09:27 +02:00
neil
26d4bac85f
Merge pull request #6501 from fuyufjh/patch-1
...
Fix sed command in telegram notifier
2025-09-07 10:06:35 +02:00
Eric Fu
e0e3cdc316
Fix sed command in telegram notifier
2025-09-06 22:31:50 +08:00
neil
1deb52f86d
Merge pull request #6499 from OnyxMsi/ipv6_only_socat_error
...
socat rejects TCP-LISTEN on ipv6 only networks
2025-09-05 22:19:21 +02:00
neil
39cb87dc4b
fix for DragonflyBSD
...
just move "date -u -j -f" before the linux branch.
2025-09-05 22:08:55 +02:00
Guillaume PELURE
04e2549239
socat rejects TCP-LISTEN on ipv6 only networks
2025-09-02 21:13:38 +02:00
neil
e06cdbf0ac
Merge pull request #6495 from jdevera/patch-1
...
Fix diff in wiki notifications (use full clone)
2025-09-02 17:38:41 +02:00