stbeldarborge
0c10bd7dd7
shfmt
2024-10-10 12:35:05 +02:00
stbeldarborge
b0418cb394
trigger
2024-10-10 12:23:07 +02:00
stbeldarborge
a30c81dadc
bearetoken
2024-10-10 12:00:11 +02:00
stbeldarborge
40df6e87db
newline
2024-10-10 11:54:42 +02:00
stbeldarborge
0dff1dce8f
accoutn conf
2024-10-10 11:50:57 +02:00
stbeldarborge
ffd3b3e6b5
revert
2024-10-10 11:36:37 +02:00
stbeldarborge
1305b0d8dd
revert
2024-10-10 11:29:34 +02:00
stbeldarborge
5fc41a3ea2
read account conf
2024-10-10 11:24:24 +02:00
stbeldarborge
fc87fc7cab
debug
2024-10-10 11:18:03 +02:00
stbeldarborge
8887a0a6d3
new name
2024-10-10 11:09:25 +02:00
stbeldarborge
ba7764aeaf
saveaccountconf
2024-10-10 10:59:29 +02:00
stbeldarborge
28afe6f29f
comment
2024-10-10 10:30:54 +02:00
stbeldarborge
1029dd3504
fix format
2024-09-20 15:44:50 +02:00
stbeldarborge
8860915fb9
remove dns
2024-09-03 21:36:54 +02:00
stbeldarborge
f0d486d1ff
add bearer token to removal
2024-09-03 20:59:17 +02:00
stbeldarborge
b27767e8f4
logic
2024-09-02 16:04:34 +02:00
stbeldarborge
0b2edd28df
bearer check
2024-09-02 16:02:36 +02:00
stbeldarborge
dd634382d7
debug
2024-09-02 15:57:48 +02:00
stbeldarborge
c7fb155733
debug
2024-09-02 15:56:12 +02:00
stbeldarborge
1eaa2cc619
debug
2024-09-02 15:53:33 +02:00
stbeldarborge
92a47aaac5
logic
2024-09-02 15:41:55 +02:00
stbeldarborge
fcffe8beb9
feat: add bearer token support
2024-09-02 15:40:45 +02:00
neil
1d59d43286
Merge pull request #5255 from acmesh-official/dev
...
sync
2024-08-20 11:59:56 +08:00
neil
fe30bf7d09
Merge pull request #5252 from williamdes/patch-1
...
Add ACCOUNT_THUMBPRINT to update account
2024-08-19 22:16:44 +08:00
neil
5f68ad4e19
fix
2024-08-19 22:15:50 +08:00
William Desportes
3fc39aad33
Add ACCOUNT_THUMBPRINT to update account
...
Ref: #590
2024-08-19 13:30:11 +00:00
neil
bb8386ab85
Merge pull request #5245 from nathanejohnson/master
...
RouterOS - make deploy more resilient
2024-08-15 19:57:44 +08:00
Nathan Johnson
e711d168df
RouterOS - make deploy more resilient
...
In the case where importing the cert and key removes the files from disk
the existing deploy will fail when it tries to remove those files. This
still attempts to remove the files but catches the error and moves on instead
of bombing like before.
Similarly, if the deploy had failed before, subsequent deploys would fail
because the script already existed, so it would not be able to create
the script. This first attempts to remove the script if it exists, and then
creates the script.
2024-08-09 16:38:09 -05:00
neil
5cded5b53e
Merge pull request #5217 from oittaa/patch-2
...
_checkSudo: [ -z "__INTERACTIVE" ] should be [ -z "$__INTERACTIVE" ]
2024-07-23 09:05:37 +08:00
oittaa
6b6faa8129
_checkSudo: [ -z "__INTERACTIVE" ] should be [ -z "$__INTERACTIVE" ]
...
Fixes #5216
2024-07-20 13:31:53 +02:00
neil
11aef82993
Merge pull request #5139 from scruel/scruel-patch-1
...
feat: guide user to run script as root to create temp admin user
2024-07-19 11:16:44 +08:00
neil
9861e2d724
Merge pull request #5212 from allddd/dns_porkbun_grep_fix
...
dns_porkbun: remove stray backslashes
2024-07-19 10:33:49 +08:00
allddd
7ae0d0caa3
dns_porkbun: remove stray backslashes
2024-07-18 21:57:22 +02:00
neil
93d2c9a3f0
Merge pull request #5207 from scruel/patch-5
...
fix(deploy): respect api path with synology Auth API
2024-07-14 17:33:26 +08:00
Scruel Tao
60569fdd83
fix(deploy): respect api path with synology Auth API
...
fix #5184
2024-07-14 15:04:43 +08:00
neil
0f61e9c15e
Merge pull request #5206 from acmesh-official/dev
...
sync
2024-07-14 14:06:00 +08:00
neil
d81fc155cb
add timeout for _getRepoHash
...
https://github.com/acmesh-official/acme.sh/issues/5200
2024-07-14 13:50:35 +08:00
neil
60f7750d77
Merge pull request #4896 from vladh/master
...
Improve grammar
2024-07-14 13:23:32 +08:00
Vlad-Stefan Harbuz
9bdfd8f4fe
Improve grammar
2024-07-12 13:04:42 +01:00
neil
65868ab8a7
remove centos
2024-07-03 18:27:47 +08:00
neil
0d93145834
Merge pull request #5133 from mdmower/ext-key-usage
...
feat: Support manually defining extended key usage in CSR
2024-06-25 05:13:46 +02:00
neil
fe4113d623
add PROJECT_API for
...
https://github.com/acmesh-official/acme.sh/issues/5170
2024-06-17 15:30:10 +02:00
neil
9a0e15cced
Merge pull request #5159 from themarek/dev
...
improve compatibility with FreeBSD
2024-06-17 14:57:28 +02:00
Marek Wester
e0c63d58b2
improve compatibility with FreeBSD
...
it is related to this bug report: opnsense/plugins#3525
FreeBSD's sed doesn't have the -z option, so empty certificates are delivered to vault when running the script on FreeBSD.
2024-06-15 23:19:04 +02:00
neil
f7f8ea9b97
Merge pull request #5110 from ionos-cloud/add_ionos_cloud_script
...
Feature: DNS API for IONOS cloud
2024-06-15 14:50:32 +02:00
neil
58cad98cd8
Merge pull request #5041 from j-c-m/ksh_openbsd_porkbun_fix
...
Quote echo $data in _porkbun_rest (dns_porkbun)
2024-06-15 14:45:19 +02:00
zak905
74ffbb2172
fix forgotten parenthensis
2024-06-10 19:53:05 +02:00
zak905
cc9c85cc1a
use lower_case util function instead of raw bash command
2024-06-09 21:02:54 +02:00
neil
a8f252e45d
Merge pull request #5057 from phedoreanu/dev
...
dns_1984.hosting - update _get_root check
2024-05-28 09:27:30 +02:00
neil
f7e09af5c9
Merge pull request #4738 from stokito/dns_api_info
...
Structured DNS provider API info
2024-05-19 09:12:14 +02:00