neil
7c91ee1fc0
Merge pull request #6949 from acmesh-official/dev
...
fix format
2026-05-06 20:59:36 +02:00
neil
1687cbd5b4
fix format
2026-05-06 20:58:54 +02:00
neil
d2780eb04e
Merge pull request #6948 from acmesh-official/dev
...
sync
2026-05-06 20:52:11 +02:00
neil
eaf4b62ba9
fix for ari
2026-05-06 20:51:49 +02:00
neil
47378b5630
start 3.1.4
2026-05-06 20:51:49 +02:00
neil
ac75c54ade
support NO_ARI=1
...
https://github.com/acmesh-official/acme.sh/discussions/6938
2026-05-06 20:51:49 +02:00
neil
36667ab656
fix ari
...
https://github.com/acmesh-official/acme.sh/issues/6942#issuecomment-4382355708
2026-05-06 20:51:49 +02:00
neil
7b19070d98
fix ari
...
https://github.com/acmesh-official/acme.sh/issues/6942#issuecomment-4381535765
2026-05-06 20:51:49 +02:00
neil
7985319687
add wiki
2026-05-06 20:51:49 +02:00
neil
7735cdf3ab
Merge pull request #6937 from acmesh-official/dev
...
sync
2026-05-02 10:56:54 +02:00
neil
d35876e885
revert
2026-05-02 10:56:13 +02:00
Curd Becker
355b121c79
Add deployment plugin for Windows RDP via OpenSSH ( #6925 )
...
* Add deployment plugin for Windows RDP via OpenSSH
2026-05-02 10:56:13 +02:00
Alexander Sulfrian
3230d00c3d
Allow renew time relative to the expiration date ( #4457 )
...
* Allow renew time relative to the expiration date
2026-05-02 10:56:13 +02:00
neil
fe5490e0ec
fix OpenIndiana.yml
2026-05-02 10:56:13 +02:00
neil
0d77231350
add --dns-persist-days
2026-05-02 10:56:13 +02:00
neil
8d5a5a0e0d
support ARI by default
2026-05-02 10:56:13 +02:00
neil
cbb8e9068c
support dns-persist-01
2026-05-02 10:56:13 +02:00
nsantorelli
96f87844cd
Add EuroDNS DNS API plugin (dns_eurodns) ( #6903 )
...
Co-authored-by: Nicolas Santorelli <nsantorelli@eurodns.com>
2026-05-02 10:56:13 +02:00
Alexey Pakhomov
8e71268d03
Fix write error $_CRONTAB -l in crontab file ( #6920 )
2026-05-02 10:56:13 +02:00
firestormisp
10e7e458af
Add dns_firestorm.sh plugin for Firestorm.ch DNS API ( #6829 )
...
Firestorm.ch is a Swiss hosting provider with managed DNS (PowerDNS).
This plugin allows customers to automate Let's Encrypt DNS-01 challenges
via the Firestorm DNS API.
2026-05-02 10:56:13 +02:00
neil
76d1377fc1
Merge pull request #6934 from acmesh-official/dev
...
sync
2026-04-28 22:22:24 +02:00
neil
15a0f52577
fix https://github.com/acmesh-official/acme.sh/issues/6930#issuecomment-4327834577
2026-04-28 09:09:50 +02:00
Adam Bodnar
fd6ff7b173
Add dns_cpanel_uapi DNS API plugin ( #6878 )
...
* Add dns_cpanel_uapi.sh
2026-04-26 14:29:40 +02:00
neil
ed6d1f3447
Merge pull request #6929 from acmesh-official/dev
...
sync
2026-04-24 23:30:42 +02:00
neil
0b2187ab3f
add MidnightBSD
2026-04-24 22:43:25 +02:00
neil
4b8b23bb90
fix ca name
2026-04-24 21:47:27 +02:00
neil
d00b2722ee
Merge pull request #6889 from achmadalifn4/dev
...
Add BytePlus ALB deployment script
2026-04-24 21:46:10 +02:00
neil
df49dd2ec9
Merge pull request #6928 from acmesh-official/dev
...
sync
2026-04-24 21:36:58 +02:00
Achmad Alif Nasrulloh
e9b0cafac5
Fix byteplus_alb.sh
2026-04-24 11:21:43 +07:00
Antoni Company
9882d534af
fix: commit overhaul ( #6915 )
...
- Removed scope exclusion for "standard commit".
- If 'device-and-networks' is excluded (previous behaviour), a certificate for Panorama (always outside of a template) will not be committed (imported to the config but never applied to Panorama). Therefore, panos.sh was only working for certificates used in templates and applied to devices, but not for the Panorama certificate itself.
- According to the official documentation and the XML API Browser, there is no 'policy-and-objects' that can be excluded.
- Although it is not mandatory that the user account is solely dedicated to replace certificates and to perform no other type of operations, it is recommended. If such recommendation is applied, the only changes being committed would be in relation to certificates. Therefore, it should be safe not to exclude any scopes.
- Changed the order for "force commit" from '<commit><partial><force>' (unofficial) to '<commit><force><partial>' (official). Both work, but it is recommended to use what is part of the official documentation and/or XML API Browser.
- Removed unofficial 'policy-and-objects' from commented out code (see above).
- Replaced 'exclude' with 'excluded' from commented out code, as per the official documentation. Both work, but see above.
- Replaced 'acmekeytest' with $_panos_user in the commented out code.
Official documentation: https://docs.paloaltonetworks.com/ngfw/api/pan-os-xml-api-request-types-and-actions/commit
XML API Browser: https://<PANOS HOST>/api
2026-04-20 11:28:17 +02:00
neil
539b46adc9
fix https://github.com/acmesh-official/acme.sh/issues/6898#issuecomment-4207794240
2026-04-14 21:19:25 +08:00
ACHMAD ALIF NASRULLOH
f89a9a5de3
Add new header variable _H5 in byteplus_alb.sh
...
Added a new header variable _H5 to the byteplus_alb.sh script.
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
00090d24b8
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
73a682e561
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
a1b94db94d
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
5c94af86f3
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
3843495397
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
a739bf3e3a
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
Achmad Alif Nasrulloh
75642a1252
Update bteplus_alb.sh
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
668427f285
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
d0e123cb02
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
8587c3e744
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
934870fc77
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
8eea7ca307
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
28f1f07f49
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
ad71a785ec
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
d5c8060a65
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
4178c33524
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
044371b00a
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00
ACHMAD ALIF NASRULLOH
86d98b0461
Update deploy/byteplus_alb.sh
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-04-14 21:04:48 +08:00