-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
sync #5206
Commits on Dec 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 112257c - Browse repository at this point
Copy the full SHA 112257cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3612f5 - Browse repository at this point
Copy the full SHA a3612f5View commit details
Commits on Mar 6, 2024
-
Quote echo $data in _porkbun_rest
Quote echo $data in _porkbun_rest to avoid brace expansion under ksh (OpenBSD).
Configuration menu - View commit details
-
Copy full SHA for 92d37f6 - Browse repository at this point
Copy the full SHA 92d37f6View commit details
Commits on Mar 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e64781 - Browse repository at this point
Copy the full SHA 5e64781View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3ae4ba3 - Browse repository at this point
Copy the full SHA 3ae4ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f35e152 - Browse repository at this point
Copy the full SHA f35e152View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff357dd - Browse repository at this point
Copy the full SHA ff357ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc29799 - Browse repository at this point
Copy the full SHA dc29799View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c35b4 - Browse repository at this point
Copy the full SHA 96c35b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffde1f8 - Browse repository at this point
Copy the full SHA ffde1f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 30d0945 - Browse repository at this point
Copy the full SHA 30d0945View commit details -
Configuration menu - View commit details
-
Copy full SHA for d852549 - Browse repository at this point
Copy the full SHA d852549View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b1714 - Browse repository at this point
Copy the full SHA b7b1714View commit details -
Configuration menu - View commit details
-
Copy full SHA for c64aae6 - Browse repository at this point
Copy the full SHA c64aae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0974c74 - Browse repository at this point
Copy the full SHA 0974c74View commit details -
Configuration menu - View commit details
-
Copy full SHA for adc8031 - Browse repository at this point
Copy the full SHA adc8031View commit details
Commits on May 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3cc135 - Browse repository at this point
Copy the full SHA c3cc135View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52d1d42 - Browse repository at this point
Copy the full SHA 52d1d42View commit details
Commits on May 4, 2024
-
neil committed
May 4, 2024 Configuration menu - View commit details
-
Copy full SHA for bd48c99 - Browse repository at this point
Copy the full SHA bd48c99View commit details -
feat: Support manually defining extended key usage in CSR
- New CLI param: --extended-key-usage <string> - When --extended-key-usage is defined: 1. Set [v3_req]extendedKeyUsage to the provided value. 2. Store the value in domain conf Le_ExtKeyUse for reuse.
Configuration menu - View commit details
-
Copy full SHA for 957bbab - Browse repository at this point
Copy the full SHA 957bbabView commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 373c2b3 - Browse repository at this point
Copy the full SHA 373c2b3View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f440656 - Browse repository at this point
Copy the full SHA f440656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2797d2c - Browse repository at this point
Copy the full SHA 2797d2cView commit details
Commits on May 18, 2024
-
DNS provider API: structured description
Instead of using comments declare info in a special variable. Then the variable can be used to print the DNS API provider usage. The usage can be parsed on UI and show all needed inputs for options. The info is stored in plain string that it's both human-readable and easy to parse: dns_example_info='API name An extended description. Multiline. Domains: list of alternative domains to find Site: the dns provider website e.g. example.com Docs: Link to ACME.sh wiki for the provider Options: VARIABLE1 Title for the option1. VARIABLE2 Title for the option2. Default "default value". VARIABLE3 Title for the option3. Description to show on UI. Optional. Issues: Link to a support ticket on https://github.com/acmesh-official/acme.sh Author: First Lastname <[email protected]>, Another Author <https://github.com/example>; ' Here: VARIABLE1 will be required. VARIABLE2 will be required too but will be populated with a "default value". VARIABLE3 is optional and can be empty. A DNS provider may have alternative options like CloudFlare may use API KEY or API Token. You can use a second section OptionsAlt: section. Some providers may have alternative names or domains e.g. Aliyun and AlibabaCloud. Add them to Domains: section. Signed-off-by: Sergey Ponomarev <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b7b5ca - Browse repository at this point
Copy the full SHA 6b7b5caView commit details
Commits on May 19, 2024
-
Merge pull request #4929 from jeromecst/master
Add notification support for ntfy.sh
Configuration menu - View commit details
-
Copy full SHA for 304cb56 - Browse repository at this point
Copy the full SHA 304cb56View commit details -
Merge pull request #4738 from stokito/dns_api_info
Structured DNS provider API info
Configuration menu - View commit details
-
Copy full SHA for f7e09af - Browse repository at this point
Copy the full SHA f7e09afView commit details
Commits on May 28, 2024
-
Merge pull request #5057 from phedoreanu/dev
dns_1984.hosting - update _get_root check
Configuration menu - View commit details
-
Copy full SHA for a8f252e - Browse repository at this point
Copy the full SHA a8f252eView commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc9c85c - Browse repository at this point
Copy the full SHA cc9c85cView commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74ffbb2 - Browse repository at this point
Copy the full SHA 74ffbb2View commit details
Commits on Jun 15, 2024
-
Merge pull request #5041 from j-c-m/ksh_openbsd_porkbun_fix
Quote echo $data in _porkbun_rest (dns_porkbun)
Configuration menu - View commit details
-
Copy full SHA for 58cad98 - Browse repository at this point
Copy the full SHA 58cad98View commit details -
Merge pull request #5110 from ionos-cloud/add_ionos_cloud_script
Feature: DNS API for IONOS cloud
Configuration menu - View commit details
-
Copy full SHA for f7f8ea9 - Browse repository at this point
Copy the full SHA f7f8ea9View commit details -
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.
Marek Wester committedJun 15, 2024 Configuration menu - View commit details
-
Copy full SHA for e0c63d5 - Browse repository at this point
Copy the full SHA e0c63d5View commit details
Commits on Jun 17, 2024
-
Merge pull request #5159 from themarek/dev
improve compatibility with FreeBSD
Configuration menu - View commit details
-
Copy full SHA for 9a0e15c - Browse repository at this point
Copy the full SHA 9a0e15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe4113d - Browse repository at this point
Copy the full SHA fe4113dView commit details
Commits on Jun 25, 2024
-
Merge pull request #5133 from mdmower/ext-key-usage
feat: Support manually defining extended key usage in CSR
Configuration menu - View commit details
-
Copy full SHA for 0d93145 - Browse repository at this point
Copy the full SHA 0d93145View commit details
Commits on Jul 3, 2024
-
neil committed
Jul 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 65868ab - Browse repository at this point
Copy the full SHA 65868abView commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9bdfd8f - Browse repository at this point
Copy the full SHA 9bdfd8fView commit details
Commits on Jul 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 60f7750 - Browse repository at this point
Copy the full SHA 60f7750View commit details -
Configuration menu - View commit details
-
Copy full SHA for d81fc15 - Browse repository at this point
Copy the full SHA d81fc15View commit details