maxemann96
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
44 changed files with 4390 additions and 2143 deletions
-
2Dockerfile
-
674LICENSE.md
-
135README.md
-
478acme.sh
-
391deploy/README.md
-
285deploy/docker.sh
-
140deploy/gcore_cdn.sh
-
282deploy/haproxy.sh
-
58deploy/mailcow.sh
-
111deploy/routeros.sh
-
1373dnsapi/README.md
-
83dnsapi/dns_acmeproxy.sh
-
2dnsapi/dns_active24.sh
-
2dnsapi/dns_aws.sh
-
13dnsapi/dns_cf.sh
-
8dnsapi/dns_cx.sh
-
130dnsapi/dns_ddnss.sh
-
204dnsapi/dns_desec.sh
-
2dnsapi/dns_dgon.sh
-
176dnsapi/dns_durabledns.sh
-
271dnsapi/dns_freedns.sh
-
8dnsapi/dns_gcloud.sh
-
2dnsapi/dns_gdnsdk.sh
-
20dnsapi/dns_hostingde.sh
-
180dnsapi/dns_internetbs.sh
-
60dnsapi/dns_loopia.sh
-
69dnsapi/dns_maradns.sh
-
2dnsapi/dns_myapi.sh
-
2dnsapi/dns_netcup.sh
-
64dnsapi/dns_nsd.sh
-
24dnsapi/dns_nsupdate.sh
-
179dnsapi/dns_one.sh
-
244dnsapi/dns_openprovider.sh
-
2dnsapi/dns_ovh.sh
-
63dnsapi/dns_regru.sh
-
261dnsapi/dns_schlundtech.sh
-
15dnsapi/dns_yandex.sh
-
138notify/mail.sh
-
131notify/mailgun.sh
-
15notify/pop.sh
-
58notify/postmark.sh
-
56notify/sendgrid.sh
-
55notify/slack.sh
-
15notify/smtp.sh
@ -0,0 +1,674 @@ |
|||
GNU GENERAL PUBLIC LICENSE |
|||
Version 3, 29 June 2007 |
|||
|
|||
Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/> |
|||
Everyone is permitted to copy and distribute verbatim copies |
|||
of this license document, but changing it is not allowed. |
|||
|
|||
Preamble |
|||
|
|||
The GNU General Public License is a free, copyleft license for |
|||
software and other kinds of works. |
|||
|
|||
The licenses for most software and other practical works are designed |
|||
to take away your freedom to share and change the works. By contrast, |
|||
the GNU General Public License is intended to guarantee your freedom to |
|||
share and change all versions of a program--to make sure it remains free |
|||
software for all its users. We, the Free Software Foundation, use the |
|||
GNU General Public License for most of our software; it applies also to |
|||
any other work released this way by its authors. You can apply it to |
|||
your programs, too. |
|||
|
|||
When we speak of free software, we are referring to freedom, not |
|||
price. Our General Public Licenses are designed to make sure that you |
|||
have the freedom to distribute copies of free software (and charge for |
|||
them if you wish), that you receive source code or can get it if you |
|||
want it, that you can change the software or use pieces of it in new |
|||
free programs, and that you know you can do these things. |
|||
|
|||
To protect your rights, we need to prevent others from denying you |
|||
these rights or asking you to surrender the rights. Therefore, you have |
|||
certain responsibilities if you distribute copies of the software, or if |
|||
you modify it: responsibilities to respect the freedom of others. |
|||
|
|||
For example, if you distribute copies of such a program, whether |
|||
gratis or for a fee, you must pass on to the recipients the same |
|||
freedoms that you received. You must make sure that they, too, receive |
|||
or can get the source code. And you must show them these terms so they |
|||
know their rights. |
|||
|
|||
Developers that use the GNU GPL protect your rights with two steps: |
|||
(1) assert copyright on the software, and (2) offer you this License |
|||
giving you legal permission to copy, distribute and/or modify it. |
|||
|
|||
For the developers' and authors' protection, the GPL clearly explains |
|||
that there is no warranty for this free software. For both users' and |
|||
authors' sake, the GPL requires that modified versions be marked as |
|||
changed, so that their problems will not be attributed erroneously to |
|||
authors of previous versions. |
|||
|
|||
Some devices are designed to deny users access to install or run |
|||
modified versions of the software inside them, although the manufacturer |
|||
can do so. This is fundamentally incompatible with the aim of |
|||
protecting users' freedom to change the software. The systematic |
|||
pattern of such abuse occurs in the area of products for individuals to |
|||
use, which is precisely where it is most unacceptable. Therefore, we |
|||
have designed this version of the GPL to prohibit the practice for those |
|||
products. If such problems arise substantially in other domains, we |
|||
stand ready to extend this provision to those domains in future versions |
|||
of the GPL, as needed to protect the freedom of users. |
|||
|
|||
Finally, every program is threatened constantly by software patents. |
|||
States should not allow patents to restrict development and use of |
|||
software on general-purpose computers, but in those that do, we wish to |
|||
avoid the special danger that patents applied to a free program could |
|||
make it effectively proprietary. To prevent this, the GPL assures that |
|||
patents cannot be used to render the program non-free. |
|||
|
|||
The precise terms and conditions for copying, distribution and |
|||
modification follow. |
|||
|
|||
TERMS AND CONDITIONS |
|||
|
|||
0. Definitions. |
|||
|
|||
"This License" refers to version 3 of the GNU General Public License. |
|||
|
|||
"Copyright" also means copyright-like laws that apply to other kinds of |
|||
works, such as semiconductor masks. |
|||
|
|||
"The Program" refers to any copyrightable work licensed under this |
|||
License. Each licensee is addressed as "you". "Licensees" and |
|||
"recipients" may be individuals or organizations. |
|||
|
|||
To "modify" a work means to copy from or adapt all or part of the work |
|||
in a fashion requiring copyright permission, other than the making of an |
|||
exact copy. The resulting work is called a "modified version" of the |
|||
earlier work or a work "based on" the earlier work. |
|||
|
|||
A "covered work" means either the unmodified Program or a work based |
|||
on the Program. |
|||
|
|||
To "propagate" a work means to do anything with it that, without |
|||
permission, would make you directly or secondarily liable for |
|||
infringement under applicable copyright law, except executing it on a |
|||
computer or modifying a private copy. Propagation includes copying, |
|||
distribution (with or without modification), making available to the |
|||
public, and in some countries other activities as well. |
|||
|
|||
To "convey" a work means any kind of propagation that enables other |
|||
parties to make or receive copies. Mere interaction with a user through |
|||
a computer network, with no transfer of a copy, is not conveying. |
|||
|
|||
An interactive user interface displays "Appropriate Legal Notices" |
|||
to the extent that it includes a convenient and prominently visible |
|||
feature that (1) displays an appropriate copyright notice, and (2) |
|||
tells the user that there is no warranty for the work (except to the |
|||
extent that warranties are provided), that licensees may convey the |
|||
work under this License, and how to view a copy of this License. If |
|||
the interface presents a list of user commands or options, such as a |
|||
menu, a prominent item in the list meets this criterion. |
|||
|
|||
1. Source Code. |
|||
|
|||
The "source code" for a work means the preferred form of the work |
|||
for making modifications to it. "Object code" means any non-source |
|||
form of a work. |
|||
|
|||
A "Standard Interface" means an interface that either is an official |
|||
standard defined by a recognized standards body, or, in the case of |
|||
interfaces specified for a particular programming language, one that |
|||
is widely used among developers working in that language. |
|||
|
|||
The "System Libraries" of an executable work include anything, other |
|||
than the work as a whole, that (a) is included in the normal form of |
|||
packaging a Major Component, but which is not part of that Major |
|||
Component, and (b) serves only to enable use of the work with that |
|||
Major Component, or to implement a Standard Interface for which an |
|||
implementation is available to the public in source code form. A |
|||
"Major Component", in this context, means a major essential component |
|||
(kernel, window system, and so on) of the specific operating system |
|||
(if any) on which the executable work runs, or a compiler used to |
|||
produce the work, or an object code interpreter used to run it. |
|||
|
|||
The "Corresponding Source" for a work in object code form means all |
|||
the source code needed to generate, install, and (for an executable |
|||
work) run the object code and to modify the work, including scripts to |
|||
control those activities. However, it does not include the work's |
|||
System Libraries, or general-purpose tools or generally available free |
|||
programs which are used unmodified in performing those activities but |
|||
which are not part of the work. For example, Corresponding Source |
|||
includes interface definition files associated with source files for |
|||
the work, and the source code for shared libraries and dynamically |
|||
linked subprograms that the work is specifically designed to require, |
|||
such as by intimate data communication or control flow between those |
|||
subprograms and other parts of the work. |
|||
|
|||
The Corresponding Source need not include anything that users |
|||
can regenerate automatically from other parts of the Corresponding |
|||
Source. |
|||
|
|||
The Corresponding Source for a work in source code form is that |
|||
same work. |
|||
|
|||
2. Basic Permissions. |
|||
|
|||
All rights granted under this License are granted for the term of |
|||
copyright on the Program, and are irrevocable provided the stated |
|||
conditions are met. This License explicitly affirms your unlimited |
|||
permission to run the unmodified Program. The output from running a |
|||
covered work is covered by this License only if the output, given its |
|||
content, constitutes a covered work. This License acknowledges your |
|||
rights of fair use or other equivalent, as provided by copyright law. |
|||
|
|||
You may make, run and propagate covered works that you do not |
|||
convey, without conditions so long as your license otherwise remains |
|||
in force. You may convey covered works to others for the sole purpose |
|||
of having them make modifications exclusively for you, or provide you |
|||
with facilities for running those works, provided that you comply with |
|||
the terms of this License in conveying all material for which you do |
|||
not control copyright. Those thus making or running the covered works |
|||
for you must do so exclusively on your behalf, under your direction |
|||
and control, on terms that prohibit them from making any copies of |
|||
your copyrighted material outside their relationship with you. |
|||
|
|||
Conveying under any other circumstances is permitted solely under |
|||
the conditions stated below. Sublicensing is not allowed; section 10 |
|||
makes it unnecessary. |
|||
|
|||
3. Protecting Users' Legal Rights From Anti-Circumvention Law. |
|||
|
|||
No covered work shall be deemed part of an effective technological |
|||
measure under any applicable law fulfilling obligations under article |
|||
11 of the WIPO copyright treaty adopted on 20 December 1996, or |
|||
similar laws prohibiting or restricting circumvention of such |
|||
measures. |
|||
|
|||
When you convey a covered work, you waive any legal power to forbid |
|||
circumvention of technological measures to the extent such circumvention |
|||
is effected by exercising rights under this License with respect to |
|||
the covered work, and you disclaim any intention to limit operation or |
|||
modification of the work as a means of enforcing, against the work's |
|||
users, your or third parties' legal rights to forbid circumvention of |
|||
technological measures. |
|||
|
|||
4. Conveying Verbatim Copies. |
|||
|
|||
You may convey verbatim copies of the Program's source code as you |
|||
receive it, in any medium, provided that you conspicuously and |
|||
appropriately publish on each copy an appropriate copyright notice; |
|||
keep intact all notices stating that this License and any |
|||
non-permissive terms added in accord with section 7 apply to the code; |
|||
keep intact all notices of the absence of any warranty; and give all |
|||
recipients a copy of this License along with the Program. |
|||
|
|||
You may charge any price or no price for each copy that you convey, |
|||
and you may offer support or warranty protection for a fee. |
|||
|
|||
5. Conveying Modified Source Versions. |
|||
|
|||
You may convey a work based on the Program, or the modifications to |
|||
produce it from the Program, in the form of source code under the |
|||
terms of section 4, provided that you also meet all of these conditions: |
|||
|
|||
a) The work must carry prominent notices stating that you modified |
|||
it, and giving a relevant date. |
|||
|
|||
b) The work must carry prominent notices stating that it is |
|||
released under this License and any conditions added under section |
|||
7. This requirement modifies the requirement in section 4 to |
|||
"keep intact all notices". |
|||
|
|||
c) You must license the entire work, as a whole, under this |
|||
License to anyone who comes into possession of a copy. This |
|||
License will therefore apply, along with any applicable section 7 |
|||
additional terms, to the whole of the work, and all its parts, |
|||
regardless of how they are packaged. This License gives no |
|||
permission to license the work in any other way, but it does not |
|||
invalidate such permission if you have separately received it. |
|||
|
|||
d) If the work has interactive user interfaces, each must display |
|||
Appropriate Legal Notices; however, if the Program has interactive |
|||
interfaces that do not display Appropriate Legal Notices, your |
|||
work need not make them do so. |
|||
|
|||
A compilation of a covered work with other separate and independent |
|||
works, which are not by their nature extensions of the covered work, |
|||
and which are not combined with it such as to form a larger program, |
|||
in or on a volume of a storage or distribution medium, is called an |
|||
"aggregate" if the compilation and its resulting copyright are not |
|||
used to limit the access or legal rights of the compilation's users |
|||
beyond what the individual works permit. Inclusion of a covered work |
|||
in an aggregate does not cause this License to apply to the other |
|||
parts of the aggregate. |
|||
|
|||
6. Conveying Non-Source Forms. |
|||
|
|||
You may convey a covered work in object code form under the terms |
|||
of sections 4 and 5, provided that you also convey the |
|||
machine-readable Corresponding Source under the terms of this License, |
|||
in one of these ways: |
|||
|
|||
a) Convey the object code in, or embodied in, a physical product |
|||
(including a physical distribution medium), accompanied by the |
|||
Corresponding Source fixed on a durable physical medium |
|||
customarily used for software interchange. |
|||
|
|||
b) Convey the object code in, or embodied in, a physical product |
|||
(including a physical distribution medium), accompanied by a |
|||
written offer, valid for at least three years and valid for as |
|||
long as you offer spare parts or customer support for that product |
|||
model, to give anyone who possesses the object code either (1) a |
|||
copy of the Corresponding Source for all the software in the |
|||
product that is covered by this License, on a durable physical |
|||
medium customarily used for software interchange, for a price no |
|||
more than your reasonable cost of physically performing this |
|||
conveying of source, or (2) access to copy the |
|||
Corresponding Source from a network server at no charge. |
|||
|
|||
c) Convey individual copies of the object code with a copy of the |
|||
written offer to provide the Corresponding Source. This |
|||
alternative is allowed only occasionally and noncommercially, and |
|||
only if you received the object code with such an offer, in accord |
|||
with subsection 6b. |
|||
|
|||
d) Convey the object code by offering access from a designated |
|||
place (gratis or for a charge), and offer equivalent access to the |
|||
Corresponding Source in the same way through the same place at no |
|||
further charge. You need not require recipients to copy the |
|||
Corresponding Source along with the object code. If the place to |
|||
copy the object code is a network server, the Corresponding Source |
|||
may be on a different server (operated by you or a third party) |
|||
that supports equivalent copying facilities, provided you maintain |
|||
clear directions next to the object code saying where to find the |
|||
Corresponding Source. Regardless of what server hosts the |
|||
Corresponding Source, you remain obligated to ensure that it is |
|||
available for as long as needed to satisfy these requirements. |
|||
|
|||
e) Convey the object code using peer-to-peer transmission, provided |
|||
you inform other peers where the object code and Corresponding |
|||
Source of the work are being offered to the general public at no |
|||
charge under subsection 6d. |
|||
|
|||
A separable portion of the object code, whose source code is excluded |
|||
from the Corresponding Source as a System Library, need not be |
|||
included in conveying the object code work. |
|||
|
|||
A "User Product" is either (1) a "consumer product", which means any |
|||
tangible personal property which is normally used for personal, family, |
|||
or household purposes, or (2) anything designed or sold for incorporation |
|||
into a dwelling. In determining whether a product is a consumer product, |
|||
doubtful cases shall be resolved in favor of coverage. For a particular |
|||
product received by a particular user, "normally used" refers to a |
|||
typical or common use of that class of product, regardless of the status |
|||
of the particular user or of the way in which the particular user |
|||
actually uses, or expects or is expected to use, the product. A product |
|||
is a consumer product regardless of whether the product has substantial |
|||
commercial, industrial or non-consumer uses, unless such uses represent |
|||
the only significant mode of use of the product. |
|||
|
|||
"Installation Information" for a User Product means any methods, |
|||
procedures, authorization keys, or other information required to install |
|||
and execute modified versions of a covered work in that User Product from |
|||
a modified version of its Corresponding Source. The information must |
|||
suffice to ensure that the continued functioning of the modified object |
|||
code is in no case prevented or interfered with solely because |
|||
modification has been made. |
|||
|
|||
If you convey an object code work under this section in, or with, or |
|||
specifically for use in, a User Product, and the conveying occurs as |
|||
part of a transaction in which the right of possession and use of the |
|||
User Product is transferred to the recipient in perpetuity or for a |
|||
fixed term (regardless of how the transaction is characterized), the |
|||
Corresponding Source conveyed under this section must be accompanied |
|||
by the Installation Information. But this requirement does not apply |
|||
if neither you nor any third party retains the ability to install |
|||
modified object code on the User Product (for example, the work has |
|||
been installed in ROM). |
|||
|
|||
The requirement to provide Installation Information does not include a |
|||
requirement to continue to provide support service, warranty, or updates |
|||
for a work that has been modified or installed by the recipient, or for |
|||
the User Product in which it has been modified or installed. Access to a |
|||
network may be denied when the modification itself materially and |
|||
adversely affects the operation of the network or violates the rules and |
|||
protocols for communication across the network. |
|||
|
|||
Corresponding Source conveyed, and Installation Information provided, |
|||
in accord with this section must be in a format that is publicly |
|||
documented (and with an implementation available to the public in |
|||
source code form), and must require no special password or key for |
|||
unpacking, reading or copying. |
|||
|
|||
7. Additional Terms. |
|||
|
|||
"Additional permissions" are terms that supplement the terms of this |
|||
License by making exceptions from one or more of its conditions. |
|||
Additional permissions that are applicable to the entire Program shall |
|||
be treated as though they were included in this License, to the extent |
|||
that they are valid under applicable law. If additional permissions |
|||
apply only to part of the Program, that part may be used separately |
|||
under those permissions, but the entire Program remains governed by |
|||
this License without regard to the additional permissions. |
|||
|
|||
When you convey a copy of a covered work, you may at your option |
|||
remove any additional permissions from that copy, or from any part of |
|||
it. (Additional permissions may be written to require their own |
|||
removal in certain cases when you modify the work.) You may place |
|||
additional permissions on material, added by you to a covered work, |
|||
for which you have or can give appropriate copyright permission. |
|||
|
|||
Notwithstanding any other provision of this License, for material you |
|||
add to a covered work, you may (if authorized by the copyright holders of |
|||
that material) supplement the terms of this License with terms: |
|||
|
|||
a) Disclaiming warranty or limiting liability differently from the |
|||
terms of sections 15 and 16 of this License; or |
|||
|
|||
b) Requiring preservation of specified reasonable legal notices or |
|||
author attributions in that material or in the Appropriate Legal |
|||
Notices displayed by works containing it; or |
|||
|
|||
c) Prohibiting misrepresentation of the origin of that material, or |
|||
requiring that modified versions of such material be marked in |
|||
reasonable ways as different from the original version; or |
|||
|
|||
d) Limiting the use for publicity purposes of names of licensors or |
|||
authors of the material; or |
|||
|
|||
e) Declining to grant rights under trademark law for use of some |
|||
trade names, trademarks, or service marks; or |
|||
|
|||
f) Requiring indemnification of licensors and authors of that |
|||
material by anyone who conveys the material (or modified versions of |
|||
it) with contractual assumptions of liability to the recipient, for |
|||
any liability that these contractual assumptions directly impose on |
|||
those licensors and authors. |
|||
|
|||
All other non-permissive additional terms are considered "further |
|||
restrictions" within the meaning of section 10. If the Program as you |
|||
received it, or any part of it, contains a notice stating that it is |
|||
governed by this License along with a term that is a further |
|||
restriction, you may remove that term. If a license document contains |
|||
a further restriction but permits relicensing or conveying under this |
|||
License, you may add to a covered work material governed by the terms |
|||
of that license document, provided that the further restriction does |
|||
not survive such relicensing or conveying. |
|||
|
|||
If you add terms to a covered work in accord with this section, you |
|||
must place, in the relevant source files, a statement of the |
|||
additional terms that apply to those files, or a notice indicating |
|||
where to find the applicable terms. |
|||
|
|||
Additional terms, permissive or non-permissive, may be stated in the |
|||
form of a separately written license, or stated as exceptions; |
|||
the above requirements apply either way. |
|||
|
|||
8. Termination. |
|||
|
|||
You may not propagate or modify a covered work except as expressly |
|||
provided under this License. Any attempt otherwise to propagate or |
|||
modify it is void, and will automatically terminate your rights under |
|||
this License (including any patent licenses granted under the third |
|||
paragraph of section 11). |
|||
|
|||
However, if you cease all violation of this License, then your |
|||
license from a particular copyright holder is reinstated (a) |
|||
provisionally, unless and until the copyright holder explicitly and |
|||
finally terminates your license, and (b) permanently, if the copyright |
|||
holder fails to notify you of the violation by some reasonable means |
|||
prior to 60 days after the cessation. |
|||
|
|||
Moreover, your license from a particular copyright holder is |
|||
reinstated permanently if the copyright holder notifies you of the |
|||
violation by some reasonable means, this is the first time you have |
|||
received notice of violation of this License (for any work) from that |
|||
copyright holder, and you cure the violation prior to 30 days after |
|||
your receipt of the notice. |
|||
|
|||
Termination of your rights under this section does not terminate the |
|||
licenses of parties who have received copies or rights from you under |
|||
this License. If your rights have been terminated and not permanently |
|||
reinstated, you do not qualify to receive new licenses for the same |
|||
material under section 10. |
|||
|
|||
9. Acceptance Not Required for Having Copies. |
|||
|
|||
You are not required to accept this License in order to receive or |
|||
run a copy of the Program. Ancillary propagation of a covered work |
|||
occurring solely as a consequence of using peer-to-peer transmission |
|||
to receive a copy likewise does not require acceptance. However, |
|||
nothing other than this License grants you permission to propagate or |
|||
modify any covered work. These actions infringe copyright if you do |
|||
not accept this License. Therefore, by modifying or propagating a |
|||
covered work, you indicate your acceptance of this License to do so. |
|||
|
|||
10. Automatic Licensing of Downstream Recipients. |
|||
|
|||
Each time you convey a covered work, the recipient automatically |
|||
receives a license from the original licensors, to run, modify and |
|||
propagate that work, subject to this License. You are not responsible |
|||
for enforcing compliance by third parties with this License. |
|||
|
|||
An "entity transaction" is a transaction transferring control of an |
|||
organization, or substantially all assets of one, or subdividing an |
|||
organization, or merging organizations. If propagation of a covered |
|||
work results from an entity transaction, each party to that |
|||
transaction who receives a copy of the work also receives whatever |
|||
licenses to the work the party's predecessor in interest had or could |
|||
give under the previous paragraph, plus a right to possession of the |
|||
Corresponding Source of the work from the predecessor in interest, if |
|||
the predecessor has it or can get it with reasonable efforts. |
|||
|
|||
You may not impose any further restrictions on the exercise of the |
|||
rights granted or affirmed under this License. For example, you may |
|||
not impose a license fee, royalty, or other charge for exercise of |
|||
rights granted under this License, and you may not initiate litigation |
|||
(including a cross-claim or counterclaim in a lawsuit) alleging that |
|||
any patent claim is infringed by making, using, selling, offering for |
|||
sale, or importing the Program or any portion of it. |
|||
|
|||
11. Patents. |
|||
|
|||
A "contributor" is a copyright holder who authorizes use under this |
|||
License of the Program or a work on which the Program is based. The |
|||
work thus licensed is called the contributor's "contributor version". |
|||
|
|||
A contributor's "essential patent claims" are all patent claims |
|||
owned or controlled by the contributor, whether already acquired or |
|||
hereafter acquired, that would be infringed by some manner, permitted |
|||
by this License, of making, using, or selling its contributor version, |
|||
but do not include claims that would be infringed only as a |
|||
consequence of further modification of the contributor version. For |
|||
purposes of this definition, "control" includes the right to grant |
|||
patent sublicenses in a manner consistent with the requirements of |
|||
this License. |
|||
|
|||
Each contributor grants you a non-exclusive, worldwide, royalty-free |
|||
patent license under the contributor's essential patent claims, to |
|||
make, use, sell, offer for sale, import and otherwise run, modify and |
|||
propagate the contents of its contributor version. |
|||
|
|||
In the following three paragraphs, a "patent license" is any express |
|||
agreement or commitment, however denominated, not to enforce a patent |
|||
(such as an express permission to practice a patent or covenant not to |
|||
sue for patent infringement). To "grant" such a patent license to a |
|||
party means to make such an agreement or commitment not to enforce a |
|||
patent against the party. |
|||
|
|||
If you convey a covered work, knowingly relying on a patent license, |
|||
and the Corresponding Source of the work is not available for anyone |
|||
to copy, free of charge and under the terms of this License, through a |
|||
publicly available network server or other readily accessible means, |
|||
then you must either (1) cause the Corresponding Source to be so |
|||
available, or (2) arrange to deprive yourself of the benefit of the |
|||
patent license for this particular work, or (3) arrange, in a manner |
|||
consistent with the requirements of this License, to extend the patent |
|||
license to downstream recipients. "Knowingly relying" means you have |
|||
actual knowledge that, but for the patent license, your conveying the |
|||
covered work in a country, or your recipient's use of the covered work |
|||
in a country, would infringe one or more identifiable patents in that |
|||
country that you have reason to believe are valid. |
|||
|
|||
If, pursuant to or in connection with a single transaction or |
|||
arrangement, you convey, or propagate by procuring conveyance of, a |
|||
covered work, and grant a patent license to some of the parties |
|||
receiving the covered work authorizing them to use, propagate, modify |
|||
or convey a specific copy of the covered work, then the patent license |
|||
you grant is automatically extended to all recipients of the covered |
|||
work and works based on it. |
|||
|
|||
A patent license is "discriminatory" if it does not include within |
|||
the scope of its coverage, prohibits the exercise of, or is |
|||
conditioned on the non-exercise of one or more of the rights that are |
|||
specifically granted under this License. You may not convey a covered |
|||
work if you are a party to an arrangement with a third party that is |
|||
in the business of distributing software, under which you make payment |
|||
to the third party based on the extent of your activity of conveying |
|||
the work, and under which the third party grants, to any of the |
|||
parties who would receive the covered work from you, a discriminatory |
|||
patent license (a) in connection with copies of the covered work |
|||
conveyed by you (or copies made from those copies), or (b) primarily |
|||
for and in connection with specific products or compilations that |
|||
contain the covered work, unless you entered into that arrangement, |
|||
or that patent license was granted, prior to 28 March 2007. |
|||
|
|||
Nothing in this License shall be construed as excluding or limiting |
|||
any implied license or other defenses to infringement that may |
|||
otherwise be available to you under applicable patent law. |
|||
|
|||
12. No Surrender of Others' Freedom. |
|||
|
|||
If conditions are imposed on you (whether by court order, agreement or |
|||
otherwise) that contradict the conditions of this License, they do not |
|||
excuse you from the conditions of this License. If you cannot convey a |
|||
covered work so as to satisfy simultaneously your obligations under this |
|||
License and any other pertinent obligations, then as a consequence you may |
|||
not convey it at all. For example, if you agree to terms that obligate you |
|||
to collect a royalty for further conveying from those to whom you convey |
|||
the Program, the only way you could satisfy both those terms and this |
|||
License would be to refrain entirely from conveying the Program. |
|||
|
|||
13. Use with the GNU Affero General Public License. |
|||
|
|||
Notwithstanding any other provision of this License, you have |
|||
permission to link or combine any covered work with a work licensed |
|||
under version 3 of the GNU Affero General Public License into a single |
|||
combined work, and to convey the resulting work. The terms of this |
|||
License will continue to apply to the part which is the covered work, |
|||
but the special requirements of the GNU Affero General Public License, |
|||
section 13, concerning interaction through a network will apply to the |
|||
combination as such. |
|||
|
|||
14. Revised Versions of this License. |
|||
|
|||
The Free Software Foundation may publish revised and/or new versions of |
|||
the GNU General Public License from time to time. Such new versions will |
|||
be similar in spirit to the present version, but may differ in detail to |
|||
address new problems or concerns. |
|||
|
|||
Each version is given a distinguishing version number. If the |
|||
Program specifies that a certain numbered version of the GNU General |
|||
Public License "or any later version" applies to it, you have the |
|||
option of following the terms and conditions either of that numbered |
|||
version or of any later version published by the Free Software |
|||
Foundation. If the Program does not specify a version number of the |
|||
GNU General Public License, you may choose any version ever published |
|||
by the Free Software Foundation. |
|||
|
|||
If the Program specifies that a proxy can decide which future |
|||
versions of the GNU General Public License can be used, that proxy's |
|||
public statement of acceptance of a version permanently authorizes you |
|||
to choose that version for the Program. |
|||
|
|||
Later license versions may give you additional or different |
|||
permissions. However, no additional obligations are imposed on any |
|||
author or copyright holder as a result of your choosing to follow a |
|||
later version. |
|||
|
|||
15. Disclaimer of Warranty. |
|||
|
|||
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY |
|||
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT |
|||
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY |
|||
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, |
|||
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
|||
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM |
|||
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF |
|||
ALL NECESSARY SERVICING, REPAIR OR CORRECTION. |
|||
|
|||
16. Limitation of Liability. |
|||
|
|||
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING |
|||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS |
|||
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY |
|||
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE |
|||
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF |
|||
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD |
|||
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), |
|||
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF |
|||
SUCH DAMAGES. |
|||
|
|||
17. Interpretation of Sections 15 and 16. |
|||
|
|||
If the disclaimer of warranty and limitation of liability provided |
|||
above cannot be given local legal effect according to their terms, |
|||
reviewing courts shall apply local law that most closely approximates |
|||
an absolute waiver of all civil liability in connection with the |
|||
Program, unless a warranty or assumption of liability accompanies a |
|||
copy of the Program in return for a fee. |
|||
|
|||
END OF TERMS AND CONDITIONS |
|||
|
|||
How to Apply These Terms to Your New Programs |
|||
|
|||
If you develop a new program, and you want it to be of the greatest |
|||
possible use to the public, the best way to achieve this is to make it |
|||
free software which everyone can redistribute and change under these terms. |
|||
|
|||
To do so, attach the following notices to the program. It is safest |
|||
to attach them to the start of each source file to most effectively |
|||
state the exclusion of warranty; and each file should have at least |
|||
the "copyright" line and a pointer to where the full notice is found. |
|||
|
|||
<one line to give the program's name and a brief idea of what it does.> |
|||
Copyright (C) <year> <name of author> |
|||
|
|||
This program is free software: you can redistribute it and/or modify |
|||
it under the terms of the GNU General Public License as published by |
|||
the Free Software Foundation, either version 3 of the License, or |
|||
(at your option) any later version. |
|||
|
|||
This program is distributed in the hope that it will be useful, |
|||
but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
GNU General Public License for more details. |
|||
|
|||
You should have received a copy of the GNU General Public License |
|||
along with this program. If not, see <https://www.gnu.org/licenses/>. |
|||
|
|||
Also add information on how to contact you by electronic and paper mail. |
|||
|
|||
If the program does terminal interaction, make it output a short |
|||
notice like this when it starts in an interactive mode: |
|||
|
|||
<program> Copyright (C) <year> <name of author> |
|||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. |
|||
This is free software, and you are welcome to redistribute it |
|||
under certain conditions; type `show c' for details. |
|||
|
|||
The hypothetical commands `show w' and `show c' should show the appropriate |
|||
parts of the General Public License. Of course, your program's commands |
|||
might be different; for a GUI interface, you would use an "about box". |
|||
|
|||
You should also get your employer (if you work as a programmer) or school, |
|||
if any, to sign a "copyright disclaimer" for the program, if necessary. |
|||
For more information on this, and how to apply and follow the GNU GPL, see |
|||
<https://www.gnu.org/licenses/>. |
|||
|
|||
The GNU General Public License does not permit incorporating your program |
|||
into proprietary programs. If your program is a subroutine library, you |
|||
may consider it more useful to permit linking proprietary applications with |
|||
the library. If this is what you want to do, use the GNU Lesser General |
|||
Public License instead of this License. But first, please read |
|||
<https://www.gnu.org/licenses/why-not-lgpl.html>. |
@ -1,393 +1,6 @@ |
|||
# Using deploy api |
|||
|
|||
Before you can deploy your cert, you must [issue the cert first](https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert). |
|||
deploy hook usage: |
|||
|
|||
Here are the scripts to deploy the certs/key to the server/services. |
|||
https://github.com/Neilpang/acme.sh/wiki/deployhooks |
|||
|
|||
## 1. Deploy the certs to your cpanel host |
|||
|
|||
If you want to deploy using cpanel UAPI see 7. |
|||
|
|||
(cpanel deploy hook is not finished yet, this is just an example.) |
|||
|
|||
|
|||
|
|||
Then you can deploy now: |
|||
|
|||
```sh |
|||
export DEPLOY_CPANEL_USER=myusername |
|||
export DEPLOY_CPANEL_PASSWORD=PASSWORD |
|||
acme.sh --deploy -d example.com --deploy-hook cpanel |
|||
``` |
|||
|
|||
## 2. Deploy ssl cert on kong proxy engine based on api |
|||
|
|||
Before you can deploy your cert, you must [issue the cert first](https://github.com/Neilpang/acme.sh/wiki/How-to-issue-a-cert). |
|||
Currently supports Kong-v0.10.x. |
|||
|
|||
```sh |
|||
acme.sh --deploy -d ftp.example.com --deploy-hook kong |
|||
``` |
|||
|
|||
## 3. Deploy the cert to remote server through SSH access |
|||
|
|||
The ssh deploy plugin allows you to deploy certificates to a remote host |
|||
using SSH command to connect to the remote server. The ssh plugin is invoked |
|||
with the following command... |
|||
|
|||
```sh |
|||
acme.sh --deploy -d example.com --deploy-hook ssh |
|||
``` |
|||
Prior to running this for the first time you must tell the plugin where |
|||
and how to deploy the certificates. This is done by exporting the following |
|||
environment variables. This is not required for subsequent runs as the |
|||
values are stored by acme.sh in the domain configuration files. |
|||
|
|||
Required... |
|||
``` |
|||
export DEPLOY_SSH_USER=username |
|||
``` |
|||
Optional... |
|||
``` |
|||
export DEPLOY_SSH_CMD=custom ssh command |
|||
export DEPLOY_SSH_SERVER=url or ip address of remote host |
|||
export DEPLOY_SSH_KEYFILE=filename for private key |
|||
export DEPLOY_SSH_CERTFILE=filename for certificate file |
|||
export DEPLOY_SSH_CAFILE=filename for intermediate CA file |
|||
export DEPLOY_SSH_FULLCHAIN=filename for fullchain file |
|||
export DEPLOY_SSH_REMOTE_CMD=command to execute on remote host |
|||
export DEPLOY_SSH_BACKUP=yes or no |
|||
``` |
|||
|
|||
**DEPLOY_SSH_USER** |
|||
Username at the remote host that SSH will login with. Note that |
|||
SSH must be able to login to remote host without a password... SSH Keys |
|||
must have been exchanged with the remote host. Validate and test that you |
|||
can login to USER@URL from the host running acme.sh before using this script. |
|||
|
|||
The USER@URL at the remote server must also have has permissions to write to |
|||
the target location of the certificate files and to execute any commands |
|||
(e.g. to stop/start services). |
|||
|
|||
**DEPLOY_SSH_CMD** |
|||
You can customize the ssh command used to connect to the remote host. For example |
|||
if you need to connect to a specific port at the remote server you can set this |
|||
to, for example, "ssh -p 22" or to use `sshpass` to provide password inline |
|||
instead of exchanging ssh keys (this is not recommended, using keys is |
|||
more secure). |
|||
|
|||
**DEPLOY_SSH_SERVER** |
|||
URL or IP Address of the remote server. If not provided then the domain |
|||
name provided on the acme.sh --deploy command line is used. |
|||
|
|||
**DEPLOY_SSH_KEYFILE** |
|||
Target filename for the private key issued by LetsEncrypt. |
|||
|
|||
**DEPLOY_SSH_CERTFILE** |
|||
Target filename for the certificate issued by LetsEncrypt. |
|||
If this is the same as the previous filename (for keyfile) then it is |
|||
appended to the same file. |
|||
|
|||
**DEPLOY_SSH_CAFILE** |
|||
Target filename for the CA intermediate certificate issued by LetsEncrypt. |
|||
If this is the same as a previous filename (for keyfile or certfile) then |
|||
it is appended to the same file. |
|||
|
|||
**DEPLOY_SSH_FULLCHAIN** |
|||
Target filename for the fullchain certificate issued by LetsEncrypt. |
|||
If this is the same as a previous filename (for keyfile, certfile or |
|||
cafile) then it is appended to the same file. |
|||
|
|||
**DEPLOY_SSH_REMOTE_CMD** |
|||
Command to execute on the remote server after copying any certificates. This |
|||
could be any additional command required for example to stop and restart |
|||
the service. |
|||
|
|||
**DEPLOY_SSH_BACKUP** |
|||
Before writing a certificate file to the remote server the existing |
|||
certificate will be copied to a backup directory on the remote server. |
|||
These are placed in a hidden directory in the home directory of the SSH |
|||
user |
|||
```sh |
|||
~/.acme_ssh_deploy/[domain name]-backup-[timestamp] |
|||
``` |
|||
Any backups older than 180 days will be deleted when new certificates |
|||
are deployed. This defaults to "yes" set to "no" to disable backup. |
|||
|
|||
###Examples using SSH deploy |
|||
The following example illustrates deploying certificates to a QNAP NAS |
|||
(tested with QTS version 4.2.3) |
|||
|
|||
```sh |
|||
export DEPLOY_SSH_USER="admin" |
|||
export DEPLOY_SSH_KEYFILE="/etc/stunnel/stunnel.pem" |
|||
export DEPLOY_SSH_CERTFILE="/etc/stunnel/stunnel.pem" |
|||
export DEPLOY_SSH_CAFILE="/etc/stunnel/uca.pem" |
|||
export DEPLOY_SSH_REMOTE_CMD="/etc/init.d/stunnel.sh restart" |
|||
|
|||
acme.sh --deploy -d qnap.example.com --deploy-hook ssh |
|||
``` |
|||
Note how in this example both the private key and certificate point to |
|||
the same file. This will result in the certificate being appended |
|||
to the same file as the private key... a common requirement of several |
|||
services. |
|||
|
|||
The next example illustrates deploying certificates to a Unifi |
|||
Controller (tested with version 5.4.11). |
|||
|
|||
```sh |
|||
export DEPLOY_SSH_USER="root" |
|||
export DEPLOY_SSH_KEYFILE="/var/lib/unifi/unifi.example.com.key" |
|||
export DEPLOY_SSH_FULLCHAIN="/var/lib/unifi/unifi.example.com.cer" |
|||
export DEPLOY_SSH_REMOTE_CMD="openssl pkcs12 -export \ |
|||
-inkey /var/lib/unifi/unifi.example.com.key \ |
|||
-in /var/lib/unifi/unifi.example.com.cer \ |
|||
-out /var/lib/unifi/unifi.example.com.p12 \ |
|||
-name ubnt -password pass:temppass \ |
|||
&& keytool -importkeystore -deststorepass aircontrolenterprise \ |
|||
-destkeypass aircontrolenterprise \ |
|||
-destkeystore /var/lib/unifi/keystore \ |
|||
-srckeystore /var/lib/unifi/unifi.example.com.p12 \ |
|||
-srcstoretype PKCS12 -srcstorepass temppass -alias ubnt -noprompt \ |
|||
&& service unifi restart" |
|||
|
|||
acme.sh --deploy -d unifi.example.com --deploy-hook ssh |
|||
``` |
|||
In this example we execute several commands on the remote host |
|||
after the certificate files have been copied... to generate a pkcs12 file |
|||
compatible with Unifi, to import it into the Unifi keystore and then finally |
|||
to restart the service. |
|||
|
|||
Note also that once the certificate is imported |
|||
into the keystore the individual certificate files are no longer |
|||
required. We could if we desired delete those files immediately. If we |
|||
do that then we should disable backup at the remote host (as there are |
|||
no files to backup -- they were erased during deployment). For example... |
|||
```sh |
|||
export DEPLOY_SSH_BACKUP=no |
|||
# modify the end of the remote command... |
|||
&& rm /var/lib/unifi/unifi.example.com.key \ |
|||
/var/lib/unifi/unifi.example.com.cer \ |
|||
/var/lib/unifi/unifi.example.com.p12 \ |
|||
&& service unifi restart |
|||
``` |
|||
|
|||
## 4. Deploy the cert to local vsftpd server |
|||
|
|||
```sh |
|||
acme.sh --deploy -d ftp.example.com --deploy-hook vsftpd |
|||
``` |
|||
|
|||
The default vsftpd conf file is `/etc/vsftpd.conf`, if your vsftpd conf is not in the default location, you can specify one: |
|||
|
|||
```sh |
|||
export DEPLOY_VSFTPD_CONF="/etc/vsftpd.conf" |
|||
|
|||
acme.sh --deploy -d ftp.example.com --deploy-hook vsftpd |
|||
``` |
|||
|
|||
The default command to restart vsftpd server is `service vsftpd restart`, if it doesn't work, you can specify one: |
|||
|
|||
```sh |
|||
export DEPLOY_VSFTPD_RELOAD="/etc/init.d/vsftpd restart" |
|||
|
|||
acme.sh --deploy -d ftp.example.com --deploy-hook vsftpd |
|||
``` |
|||
|
|||
## 5. Deploy the cert to local exim4 server |
|||
|
|||
```sh |
|||
acme.sh --deploy -d ftp.example.com --deploy-hook exim4 |
|||
``` |
|||
|
|||
The default exim4 conf file is `/etc/exim/exim.conf`, if your exim4 conf is not in the default location, you can specify one: |
|||
|
|||
```sh |
|||
export DEPLOY_EXIM4_CONF="/etc/exim4/exim4.conf.template" |
|||
|
|||
acme.sh --deploy -d ftp.example.com --deploy-hook exim4 |
|||
``` |
|||
|
|||
The default command to restart exim4 server is `service exim4 restart`, if it doesn't work, you can specify one: |
|||
|
|||
```sh |
|||
export DEPLOY_EXIM4_RELOAD="/etc/init.d/exim4 restart" |
|||
|
|||
acme.sh --deploy -d ftp.example.com --deploy-hook exim4 |
|||
``` |
|||
|
|||
## 6. Deploy the cert to OSX Keychain |
|||
|
|||
```sh |
|||
acme.sh --deploy -d ftp.example.com --deploy-hook keychain |
|||
``` |
|||
|
|||
## 7. Deploy to cpanel host using UAPI |
|||
|
|||
This hook is using UAPI and works in cPanel & WHM version 56 or newer. |
|||
``` |
|||
acme.sh --deploy -d example.com --deploy-hook cpanel_uapi |
|||
``` |
|||
DEPLOY_CPANEL_USER is required only if you run the script as root and it should contain cpanel username. |
|||
```sh |
|||
export DEPLOY_CPANEL_USER=username |
|||
acme.sh --deploy -d example.com --deploy-hook cpanel_uapi |
|||
``` |
|||
Please note, that the cpanel_uapi hook will deploy only the first domain when your certificate will automatically renew. Therefore you should issue a separate certificate for each domain. |
|||
|
|||
## 8. Deploy the cert to your FRITZ!Box router |
|||
|
|||
You must specify the credentials that have administrative privileges on the FRITZ!Box in order to deploy the certificate, plus the URL of your FRITZ!Box, through the following environment variables: |
|||
```sh |
|||
$ export DEPLOY_FRITZBOX_USERNAME=my_username |
|||
$ export DEPLOY_FRITZBOX_PASSWORD=the_password |
|||
$ export DEPLOY_FRITZBOX_URL=https://fritzbox.example.com |
|||
``` |
|||
|
|||
After the first deployment, these values will be stored in your $HOME/.acme.sh/account.conf. You may now deploy the certificate like this: |
|||
|
|||
```sh |
|||
acme.sh --deploy -d fritzbox.example.com --deploy-hook fritzbox |
|||
``` |
|||
|
|||
## 9. Deploy the cert to strongswan |
|||
|
|||
```sh |
|||
acme.sh --deploy -d ftp.example.com --deploy-hook strongswan |
|||
``` |
|||
|
|||
## 10. Deploy the cert to HAProxy |
|||
|
|||
You must specify the path where you want the concatenated key and certificate chain written. |
|||
```sh |
|||
export DEPLOY_HAPROXY_PEM_PATH=/etc/haproxy |
|||
``` |
|||
|
|||
You may optionally define the command to reload HAProxy. The value shown below will be used as the default if you don't set this environment variable. |
|||
|
|||
```sh |
|||
export DEPLOY_HAPROXY_RELOAD="/usr/sbin/service haproxy restart" |
|||
``` |
|||
|
|||
You can then deploy the certificate as follows |
|||
```sh |
|||
acme.sh --deploy -d haproxy.example.com --deploy-hook haproxy |
|||
``` |
|||
|
|||
The path for the PEM file will be stored with the domain configuration and will be available when renewing, so that deploy will happen automatically when renewed. |
|||
|
|||
## 11. Deploy your cert to Gitlab pages |
|||
|
|||
You must define the API key and the informations for the project and Gitlab page you are updating the certificate for. |
|||
|
|||
```sh |
|||
# The token can be created in your user settings under "Access Tokens" |
|||
export GITLAB_TOKEN="xxxxxxxxxxx" |
|||
|
|||
# The project ID is displayed on the home page of the project |
|||
export GITLAB_PROJECT_ID=12345678 |
|||
|
|||
# The domain must match the one defined for the Gitlab page, without "https://" |
|||
export GITLAB_DOMAIN="www.mydomain.com" |
|||
``` |
|||
|
|||
You can then deploy the certificate as follows |
|||
|
|||
```sh |
|||
acme.sh --deploy -d www.mydomain.com --deploy-hook gitlab |
|||
``` |
|||
|
|||
## 12. Deploy your cert to Hashicorp Vault |
|||
|
|||
```sh |
|||
export VAULT_PREFIX="acme" |
|||
``` |
|||
|
|||
You can then deploy the certificate as follows |
|||
|
|||
```sh |
|||
acme.sh --deploy -d www.mydomain.com --deploy-hook vault_cli |
|||
``` |
|||
|
|||
Your certs will be saved in Vault using this structure: |
|||
|
|||
```sh |
|||
vault write "${VAULT_PREFIX}/${domain}/cert.pem" value=@"..." |
|||
vault write "${VAULT_PREFIX}/${domain}/cert.key" value=@"..." |
|||
vault write "${VAULT_PREFIX}/${domain}/chain.pem" value=@"..." |
|||
vault write "${VAULT_PREFIX}/${domain}/fullchain.pem" value=@"..." |
|||
``` |
|||
|
|||
You might be using Fabio load balancer (which can get certs from |
|||
Vault). It needs a bit different structure of your certs in Vault. It |
|||
gets certs only from keys that were saved in `prefix/domain`, like this: |
|||
|
|||
```bash |
|||
vault write <PREFIX>/www.domain.com cert=@cert.pem key=@key.pem |
|||
``` |
|||
|
|||
If you want to save certs in Vault this way just set "FABIO" env |
|||
variable to anything (ex: "1") before running `acme.sh`: |
|||
|
|||
```sh |
|||
export FABIO="1" |
|||
``` |
|||
|
|||
## 13. Deploy your certificate to Qiniu.com |
|||
|
|||
使用 acme.sh 部署到七牛之前,需要确保部署的域名已打开 HTTPS 功能,您可以访问[融合 CDN - 域名管理](https://portal.qiniu.com/cdn/domain) 设置。 |
|||
另外还需要先导出 AK/SK 环境变量,您可以访问[密钥管理](https://portal.qiniu.com/user/key) 获得。 |
|||
|
|||
```sh |
|||
$ export QINIU_AK="foo" |
|||
$ export QINIU_SK="bar" |
|||
``` |
|||
|
|||
完成准备工作之后,您就可以通过下面的命令开始部署 SSL 证书到七牛上: |
|||
|
|||
```sh |
|||
$ acme.sh --deploy -d example.com --deploy-hook qiniu |
|||
``` |
|||
|
|||
假如您部署的证书为泛域名证书,您还需要设置 `QINIU_CDN_DOMAIN` 变量,指定实际需要部署的域名(请注意泛域名前的点): |
|||
|
|||
```sh |
|||
$ export QINIU_CDN_DOMAIN=".cdn.example.com" |
|||
$ acme.sh --deploy -d example.com --deploy-hook qiniu |
|||
``` |
|||
|
|||
### English version |
|||
|
|||
You should create AccessKey/SecretKey pair in https://portal.qiniu.com/user/key |
|||
before deploying your certificate, and please ensure you have enabled HTTPS for |
|||
your domain name. You can enable it in https://portal.qiniu.com/cdn/domain. |
|||
|
|||
```sh |
|||
$ export QINIU_AK="foo" |
|||
$ export QINIU_SK="bar" |
|||
``` |
|||
|
|||
then you can deploy certificate by following command: |
|||
|
|||
```sh |
|||
$ acme.sh --deploy -d example.com --deploy-hook qiniu |
|||
``` |
|||
|
|||
(Optional), If you are using wildcard certificate, |
|||
you may need export `QINIU_CDN_DOMAIN` to specify which domain |
|||
you want to update (please note the leading dot): |
|||
|
|||
```sh |
|||
$ export QINIU_CDN_DOMAIN=".cdn.example.com" |
|||
$ acme.sh --deploy -d example.com --deploy-hook qiniu |
|||
``` |
|||
|
|||
## 14. Deploy your cert on MyDevil.net |
|||
|
|||
Once you have acme.sh installed and certificate issued (see info in [DNS API](../dnsapi/README.md#61-use-mydevilnet)), you can install it by following command: |
|||
|
|||
```sh |
|||
acme.sh --deploy --deploy-hook mydevil -d example.com |
|||
``` |
|||
|
|||
That will remove old certificate and install new one. |
@ -0,0 +1,285 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#DEPLOY_DOCKER_CONTAINER_LABEL="xxxxxxx" |
|||
|
|||
#DEPLOY_DOCKER_CONTAINER_KEY_FILE="/path/to/key.pem" |
|||
#DEPLOY_DOCKER_CONTAINER_CERT_FILE="/path/to/cert.pem" |
|||
#DEPLOY_DOCKER_CONTAINER_CA_FILE="/path/to/ca.pem" |
|||
#DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE="/path/to/fullchain.pem" |
|||
#DEPLOY_DOCKER_CONTAINER_RELOAD_CMD="service nginx force-reload" |
|||
|
|||
_DEPLOY_DOCKER_WIKI="https://github.com/Neilpang/acme.sh/wiki/deploy-to-docker-containers" |
|||
|
|||
_DOCKER_HOST_DEFAULT="/var/run/docker.sock" |
|||
|
|||
docker_deploy() { |
|||
_cdomain="$1" |
|||
_ckey="$2" |
|||
_ccert="$3" |
|||
_cca="$4" |
|||
_cfullchain="$5" |
|||
_debug _cdomain "$_cdomain" |
|||
_getdeployconf DEPLOY_DOCKER_CONTAINER_LABEL |
|||
_debug2 DEPLOY_DOCKER_CONTAINER_LABEL "$DEPLOY_DOCKER_CONTAINER_LABEL" |
|||
if [ -z "$DEPLOY_DOCKER_CONTAINER_LABEL" ]; then |
|||
_err "The DEPLOY_DOCKER_CONTAINER_LABEL variable is not defined, we use this label to find the container." |
|||
_err "See: $_DEPLOY_DOCKER_WIKI" |
|||
fi |
|||
|
|||
_savedeployconf DEPLOY_DOCKER_CONTAINER_LABEL "$DEPLOY_DOCKER_CONTAINER_LABEL" |
|||
|
|||
if [ "$DOCKER_HOST" ]; then |
|||
_saveaccountconf DOCKER_HOST "$DOCKER_HOST" |
|||
fi |
|||
|
|||
if _exists docker && docker version | grep -i docker >/dev/null; then |
|||
_info "Using docker command" |
|||
export _USE_DOCKER_COMMAND=1 |
|||
else |
|||
export _USE_DOCKER_COMMAND= |
|||
fi |
|||
|
|||
export _USE_UNIX_SOCKET= |
|||
if [ -z "$_USE_DOCKER_COMMAND" ]; then |
|||
export _USE_REST= |
|||
if [ "$DOCKER_HOST" ]; then |
|||
_debug "Try use docker host: $DOCKER_HOST" |
|||
export _USE_REST=1 |
|||
else |
|||
export _DOCKER_SOCK="$_DOCKER_HOST_DEFAULT" |
|||
_debug "Try use $_DOCKER_SOCK" |
|||
if [ ! -e "$_DOCKER_SOCK" ] || [ ! -w "$_DOCKER_SOCK" ]; then |
|||
_err "$_DOCKER_SOCK is not available" |
|||
return 1 |
|||
fi |
|||
export _USE_UNIX_SOCKET=1 |
|||
if ! _exists "curl"; then |
|||
_err "Please install curl first." |
|||
_err "We need curl to work." |
|||
return 1 |
|||
fi |
|||
if ! _check_curl_version; then |
|||
return 1 |
|||
fi |
|||
fi |
|||
fi |
|||
|
|||
_getdeployconf DEPLOY_DOCKER_CONTAINER_KEY_FILE |
|||
_debug2 DEPLOY_DOCKER_CONTAINER_KEY_FILE "$DEPLOY_DOCKER_CONTAINER_KEY_FILE" |
|||
if [ "$DEPLOY_DOCKER_CONTAINER_KEY_FILE" ]; then |
|||
_savedeployconf DEPLOY_DOCKER_CONTAINER_KEY_FILE "$DEPLOY_DOCKER_CONTAINER_KEY_FILE" |
|||
fi |
|||
|
|||
_getdeployconf DEPLOY_DOCKER_CONTAINER_CERT_FILE |
|||
_debug2 DEPLOY_DOCKER_CONTAINER_CERT_FILE "$DEPLOY_DOCKER_CONTAINER_CERT_FILE" |
|||
if [ "$DEPLOY_DOCKER_CONTAINER_CERT_FILE" ]; then |
|||
_savedeployconf DEPLOY_DOCKER_CONTAINER_CERT_FILE "$DEPLOY_DOCKER_CONTAINER_CERT_FILE" |
|||
fi |
|||
|
|||
_getdeployconf DEPLOY_DOCKER_CONTAINER_CA_FILE |
|||
_debug2 DEPLOY_DOCKER_CONTAINER_CA_FILE "$DEPLOY_DOCKER_CONTAINER_CA_FILE" |
|||
if [ "$DEPLOY_DOCKER_CONTAINER_CA_FILE" ]; then |
|||
_savedeployconf DEPLOY_DOCKER_CONTAINER_CA_FILE "$DEPLOY_DOCKER_CONTAINER_CA_FILE" |
|||
fi |
|||
|
|||
_getdeployconf DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE |
|||
_debug2 DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE "$DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE" |
|||
if [ "$DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE" ]; then |
|||
_savedeployconf DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE "$DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE" |
|||
fi |
|||
|
|||
_getdeployconf DEPLOY_DOCKER_CONTAINER_RELOAD_CMD |
|||
_debug2 DEPLOY_DOCKER_CONTAINER_RELOAD_CMD "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" |
|||
if [ "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" ]; then |
|||
_savedeployconf DEPLOY_DOCKER_CONTAINER_RELOAD_CMD "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" |
|||
fi |
|||
|
|||
_cid="$(_get_id "$DEPLOY_DOCKER_CONTAINER_LABEL")" |
|||
_info "Container id: $_cid" |
|||
if [ -z "$_cid" ]; then |
|||
_err "can not find container id" |
|||
return 1 |
|||
fi |
|||
|
|||
if [ "$DEPLOY_DOCKER_CONTAINER_KEY_FILE" ]; then |
|||
if ! _docker_cp "$_cid" "$_ckey" "$DEPLOY_DOCKER_CONTAINER_KEY_FILE"; then |
|||
return 1 |
|||
fi |
|||
fi |
|||
|
|||
if [ "$DEPLOY_DOCKER_CONTAINER_CERT_FILE" ]; then |
|||
if ! _docker_cp "$_cid" "$_ccert" "$DEPLOY_DOCKER_CONTAINER_CERT_FILE"; then |
|||
return 1 |
|||
fi |
|||
fi |
|||
|
|||
if [ "$DEPLOY_DOCKER_CONTAINER_CA_FILE" ]; then |
|||
if ! _docker_cp "$_cid" "$_cca" "$DEPLOY_DOCKER_CONTAINER_CA_FILE"; then |
|||
return 1 |
|||
fi |
|||
fi |
|||
|
|||
if [ "$DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE" ]; then |
|||
if ! _docker_cp "$_cid" "$_cfullchain" "$DEPLOY_DOCKER_CONTAINER_FULLCHAIN_FILE"; then |
|||
return 1 |
|||
fi |
|||
fi |
|||
|
|||
if [ "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" ]; then |
|||
if ! _docker_exec "$_cid" "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"; then |
|||
return 1 |
|||
fi |
|||
fi |
|||
return 0 |
|||
} |
|||
|
|||
#label |
|||
_get_id() { |
|||
_label="$1" |
|||
if [ "$_USE_DOCKER_COMMAND" ]; then |
|||
docker ps -f label="$_label" --format "{{.ID}}" |
|||
elif [ "$_USE_REST" ]; then |
|||
_err "Not implemented yet." |
|||
return 1 |
|||
elif [ "$_USE_UNIX_SOCKET" ]; then |
|||
_req="{\"label\":[\"$_label\"]}" |
|||
_debug2 _req "$_req" |
|||
_req="$(printf "%s" "$_req" | _url_encode)" |
|||
_debug2 _req "$_req" |
|||
listjson="$(_curl_unix_sock "${_DOCKER_SOCK:-$_DOCKER_HOST_DEFAULT}" GET "/containers/json?filters=$_req")" |
|||
_debug2 "listjson" "$listjson" |
|||
echo "$listjson" | tr '{,' '\n' | grep -i '"id":' | _head_n 1 | cut -d '"' -f 4 |
|||
else |
|||
_err "Not implemented yet." |
|||
return 1 |
|||
fi |
|||
} |
|||
|
|||
#id cmd |
|||
_docker_exec() { |
|||
_eargs="$*" |
|||
_debug2 "_docker_exec $_eargs" |
|||
_dcid="$1" |
|||
shift |
|||
if [ "$_USE_DOCKER_COMMAND" ]; then |
|||
docker exec -i "$_dcid" sh -c "$*" |
|||
elif [ "$_USE_REST" ]; then |
|||
_err "Not implemented yet." |
|||
return 1 |
|||
elif [ "$_USE_UNIX_SOCKET" ]; then |
|||
_cmd="$*" |
|||
#_cmd="$(printf "%s" "$_cmd" | sed 's/ /","/g')" |
|||
_debug2 _cmd "$_cmd" |
|||
#create exec instance: |
|||
cjson="$(_curl_unix_sock "$_DOCKER_SOCK" POST "/containers/$_dcid/exec" "{\"Cmd\": [\"sh\", \"-c\", \"$_cmd\"]}")" |
|||
_debug2 cjson "$cjson" |
|||
execid="$(echo "$cjson" | cut -d '"' -f 4)" |
|||
_debug execid "$execid" |
|||
ejson="$(_curl_unix_sock "$_DOCKER_SOCK" POST "/exec/$execid/start" "{\"Detach\": false,\"Tty\": false}")" |
|||
_debug2 ejson "$ejson" |
|||
if [ "$ejson" ]; then |
|||
_err "$ejson" |
|||
return 1 |
|||
fi |
|||
else |
|||
_err "Not implemented yet." |
|||
return 1 |
|||
fi |
|||
} |
|||
|
|||
#id from to |
|||
_docker_cp() { |
|||
_dcid="$1" |
|||
_from="$2" |
|||
_to="$3" |
|||
_info "Copying file from $_from to $_to" |
|||
_dir="$(dirname "$_to")" |
|||
_debug2 _dir "$_dir" |
|||
if ! _docker_exec "$_dcid" mkdir -p "$_dir"; then |
|||
_err "Can not create dir: $_dir" |
|||
return 1 |
|||
fi |
|||
if [ "$_USE_DOCKER_COMMAND" ]; then |
|||
if [ "$DEBUG" ] && [ "$DEBUG" -ge "2" ]; then |
|||
_docker_exec "$_dcid" tee "$_to" <"$_from" |
|||
else |
|||
_docker_exec "$_dcid" tee "$_to" <"$_from" >/dev/null |
|||
fi |
|||
if [ "$?" = "0" ]; then |
|||
_info "Success" |
|||
return 0 |
|||
else |
|||
_info "Error" |
|||
return 1 |
|||
fi |
|||
elif [ "$_USE_REST" ]; then |
|||
_err "Not implemented yet." |
|||
return 1 |
|||
elif [ "$_USE_UNIX_SOCKET" ]; then |
|||
_frompath="$_from" |
|||
if _startswith "$_frompath" '/'; then |
|||
_frompath="$(echo "$_from" | cut -b 2-)" #remove the first '/' char |
|||
fi |
|||
_debug2 "_frompath" "$_frompath" |
|||
_toname="$(basename "$_to")" |
|||
_debug2 "_toname" "$_toname" |
|||
if ! tar --transform="s,$_frompath,$_toname," -cz "$_from" 2>/dev/null | _curl_unix_sock "$_DOCKER_SOCK" PUT "/containers/$_dcid/archive?noOverwriteDirNonDir=1&path=$(printf "%s" "$_dir" | _url_encode)" '@-' "Content-Type: application/octet-stream"; then |
|||
_err "copy error" |
|||
return 1 |
|||
fi |
|||
return 0 |
|||
else |
|||
_err "Not implemented yet." |
|||
return 1 |
|||
fi |
|||
|
|||
} |
|||
|
|||
#sock method endpoint data content-type |
|||
_curl_unix_sock() { |
|||
_socket="$1" |
|||
_method="$2" |
|||
_endpoint="$3" |
|||
_data="$4" |
|||
_ctype="$5" |
|||
if [ -z "$_ctype" ]; then |
|||
_ctype="Content-Type: application/json" |
|||
fi |
|||
_debug _data "$_data" |
|||
_debug2 "url" "http://localhost$_endpoint" |
|||
if [ "$_CURL_NO_HOST" ]; then |
|||
_cux_url="http:$_endpoint" |
|||
else |
|||
_cux_url="http://localhost$_endpoint" |
|||
fi |
|||
|
|||
if [ "$DEBUG" ] && [ "$DEBUG" -ge "2" ]; then |
|||
curl -vvv --silent --unix-socket "$_socket" -X "$_method" --data-binary "$_data" --header "$_ctype" "$_cux_url" |
|||
else |
|||
curl --silent --unix-socket "$_socket" -X "$_method" --data-binary "$_data" --header "$_ctype" "$_cux_url" |
|||
fi |
|||
|
|||
} |
|||
|
|||
_check_curl_version() { |
|||
_cversion="$(curl -V | grep '^curl ' | cut -d ' ' -f 2)" |
|||
_debug2 "_cversion" "$_cversion" |
|||
|
|||
_major="$(_getfield "$_cversion" 1 '.')" |
|||
_debug2 "_major" "$_major" |
|||
|
|||
_minor="$(_getfield "$_cversion" 2 '.')" |
|||
_debug2 "_minor" "$_minor" |
|||
|
|||
if [ "$_major$_minor" -lt "740" ]; then |
|||
_err "curl v$_cversion doesn't support unit socket" |
|||
return 1 |
|||
fi |
|||
if [ "$_major$_minor" -lt "750" ]; then |
|||
_debug "Use short host name" |
|||
export _CURL_NO_HOST=1 |
|||
else |
|||
export _CURL_NO_HOST= |
|||
fi |
|||
return 0 |
|||
} |
@ -0,0 +1,140 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
# Here is the script to deploy the cert to G-Core CDN service (https://gcorelabs.com/ru/) using the G-Core Labs API (https://docs.gcorelabs.com/cdn/). |
|||
# Uses command line curl for send requests and jq for parse responses. |
|||
# Returns 0 when success. |
|||
# |
|||
# Written by temoffey <temofffey@gmail.com> |
|||
# Public domain, 2019 |
|||
|
|||
#export DEPLOY_GCORE_CDN_USERNAME=myusername |
|||
#export DEPLOY_GCORE_CDN_PASSWORD=mypassword |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
#domain keyfile certfile cafile fullchain |
|||
|
|||
gcore_cdn_deploy() { |
|||
_cdomain="$1" |
|||
_ckey="$2" |
|||
_ccert="$3" |
|||
_cca="$4" |
|||
_cfullchain="$5" |
|||
|
|||
_debug _cdomain "$_cdomain" |
|||
_debug _ckey "$_ckey" |
|||
_debug _ccert "$_ccert" |
|||
_debug _cca "$_cca" |
|||
_debug _cfullchain "$_cfullchain" |
|||
|
|||
_fullchain=$(tr '\r\n' '*#' <"$_cfullchain" | sed 's/*#/#/g;s/##/#/g;s/#/\\n/g') |
|||
_key=$(tr '\r\n' '*#' <"$_ckey" | sed 's/*#/#/g;s/#/\\n/g') |
|||
|
|||
_debug _fullchain "$_fullchain" |
|||
_debug _key "$_key" |
|||
|
|||
if [ -z "$DEPLOY_GCORE_CDN_USERNAME" ]; then |
|||
if [ -z "$Le_Deploy_gcore_cdn_username" ]; then |
|||
_err "Please define the target username: export DEPLOY_GCORE_CDN_USERNAME=username" |
|||
return 1 |
|||
fi |
|||
else |
|||
Le_Deploy_gcore_cdn_username="$DEPLOY_GCORE_CDN_USERNAME" |
|||
_savedomainconf Le_Deploy_gcore_cdn_username "$Le_Deploy_gcore_cdn_username" |
|||
fi |
|||
|
|||
if [ -z "$DEPLOY_GCORE_CDN_PASSWORD" ]; then |
|||
if [ -z "$Le_Deploy_gcore_cdn_password" ]; then |
|||
_err "Please define the target password: export DEPLOY_GCORE_CDN_PASSWORD=password" |
|||
return 1 |
|||
fi |
|||
else |
|||
Le_Deploy_gcore_cdn_password="$DEPLOY_GCORE_CDN_PASSWORD" |
|||
_savedomainconf Le_Deploy_gcore_cdn_password "$Le_Deploy_gcore_cdn_password" |
|||
fi |
|||
|
|||
_info "Get authorization token" |
|||
_request="{\"username\":\"$Le_Deploy_gcore_cdn_username\",\"password\":\"$Le_Deploy_gcore_cdn_password\"}" |
|||
_debug _request "$_request" |
|||
export _H1="Content-Type:application/json" |
|||
_response=$(_post "$_request" "https://api.gcdn.co/auth/signin") |
|||
_debug _response "$_response" |
|||
_regex=".*\"token\":\"\([-._0-9A-Za-z]*\)\".*$" |
|||
_debug _regex "$_regex" |
|||
_token=$(echo "$_response" | sed -n "s/$_regex/\1/p") |
|||
_debug _token "$_token" |
|||
|
|||
if [ -z "$_token" ]; then |
|||
_err "Error G-Core Labs API authorization" |
|||
return 1 |
|||
fi |
|||
|
|||
_info "Find CDN resource with cname $_cdomain" |
|||
export _H2="Authorization:Token $_token" |
|||
_response=$(_get "https://api.gcdn.co/resources") |
|||
_debug _response "$_response" |
|||
_regex=".*(\"id\".*?\"cname\":\"$_cdomain\".*?})" |
|||
_regex="^.*\"cname\":\"$_cdomain\".*$" |
|||
_debug _regex "$_regex" |
|||
_resource=$(echo "$_response" | sed 's/},{/},\n{/g' | _egrep_o "$_regex") |
|||
_debug _resource "$_resource" |
|||
_regex=".*\"id\":\([0-9]*\),.*$" |
|||
_debug _regex "$_regex" |
|||
_resourceId=$(echo "$_resource" | sed -n "s/$_regex/\1/p") |
|||
_debug _resourceId "$_resourceId" |
|||
_regex=".*\"sslData\":\([0-9]*\)}.*$" |
|||
_debug _regex "$_regex" |
|||
_sslDataOld=$(echo "$_resource" | sed -n "s/$_regex/\1/p") |
|||
_debug _sslDataOld "$_sslDataOld" |
|||
_regex=".*\"originGroup\":\([0-9]*\),.*$" |
|||
_debug _regex "$_regex" |
|||
_originGroup=$(echo "$_resource" | sed -n "s/$_regex/\1/p") |
|||
_debug _originGroup "$_originGroup" |
|||
|
|||
if [ -z "$_resourceId" ] || [ -z "$_originGroup" ]; then |
|||
_err "Not found CDN resource with cname $_cdomain" |
|||
return 1 |
|||
fi |
|||
|
|||
_info "Add new SSL certificate" |
|||
_date=$(date "+%d.%m.%Y %H:%M:%S") |
|||
_request="{\"name\":\"$_cdomain ($_date)\",\"sslCertificate\":\"$_fullchain\",\"sslPrivateKey\":\"$_key\"}" |
|||
_debug _request "$_request" |
|||
_response=$(_post "$_request" "https://api.gcdn.co/sslData") |
|||
_debug _response "$_response" |
|||
_regex=".*\"id\":\([0-9]*\),.*$" |
|||
_debug _regex "$_regex" |
|||
_sslDataAdd=$(echo "$_response" | sed -n "s/$_regex/\1/p") |
|||
_debug _sslDataAdd "$_sslDataAdd" |
|||
|
|||
if [ -z "$_sslDataAdd" ]; then |
|||
_err "Error new SSL certificate add" |
|||
return 1 |
|||
fi |
|||
|
|||
_info "Update CDN resource" |
|||
_request="{\"originGroup\":$_originGroup,\"sslData\":$_sslDataAdd}" |
|||
_debug _request "$_request" |
|||
_response=$(_post "$_request" "https://api.gcdn.co/resources/$_resourceId" '' "PUT") |
|||
_debug _response "$_response" |
|||
_regex=".*\"sslData\":\([0-9]*\)}.*$" |
|||
_debug _regex "$_regex" |
|||
_sslDataNew=$(echo "$_response" | sed -n "s/$_regex/\1/p") |
|||
_debug _sslDataNew "$_sslDataNew" |
|||
|
|||
if [ "$_sslDataNew" != "$_sslDataAdd" ]; then |
|||
_err "Error CDN resource update" |
|||
return 1 |
|||
fi |
|||
|
|||
if [ -z "$_sslDataOld" ] || [ "$_sslDataOld" = "null" ]; then |
|||
_info "Not found old SSL certificate" |
|||
else |
|||
_info "Delete old SSL certificate" |
|||
_response=$(_post '' "https://api.gcdn.co/sslData/$_sslDataOld" '' "DELETE") |
|||
_debug _response "$_response" |
|||
fi |
|||
|
|||
_info "Certificate successfully deployed" |
|||
return 0 |
|||
} |
@ -0,0 +1,58 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Here is a script to deploy cert to mailcow. |
|||
|
|||
#returns 0 means success, otherwise error. |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
#domain keyfile certfile cafile fullchain |
|||
mailcow_deploy() { |
|||
_cdomain="$1" |
|||
_ckey="$2" |
|||
_ccert="$3" |
|||
_cca="$4" |
|||
_cfullchain="$5" |
|||
|
|||
_debug _cdomain "$_cdomain" |
|||
_debug _ckey "$_ckey" |
|||
_debug _ccert "$_ccert" |
|||
_debug _cca "$_cca" |
|||
_debug _cfullchain "$_cfullchain" |
|||
|
|||
_mailcow_path="${DEPLOY_MAILCOW_PATH}" |
|||
|
|||
if [ -z "$_mailcow_path" ]; then |
|||
_err "Mailcow path is not found, please define DEPLOY_MAILCOW_PATH." |
|||
return 1 |
|||
fi |
|||
|
|||
_ssl_path="${_mailcow_path}/data/assets/ssl/" |
|||
if [ ! -d "$_ssl_path" ]; then |
|||
_err "Cannot find mailcow ssl path: $_ssl_path" |
|||
return 1 |
|||
fi |
|||
|
|||
_info "Copying key and cert" |
|||
_real_key="$_ssl_path/key.pem" |
|||
if ! cat "$_ckey" >"$_real_key"; then |
|||
_err "Error: write key file to: $_real_key" |
|||
return 1 |
|||
fi |
|||
|
|||
_real_fullchain="$_ssl_path/cert.pem" |
|||
if ! cat "$_cfullchain" >"$_real_fullchain"; then |
|||
_err "Error: write cert file to: $_real_fullchain" |
|||
return 1 |
|||
fi |
|||
|
|||
DEFAULT_MAILCOW_RELOAD="cd ${_mailcow_path} && docker-compose restart postfix-mailcow dovecot-mailcow nginx-mailcow" |
|||
_reload="${DEPLOY_MAILCOW_RELOAD:-$DEFAULT_MAILCOW_RELOAD}" |
|||
|
|||
_info "Run reload: $_reload" |
|||
if eval "$_reload"; then |
|||
_info "Reload success!" |
|||
fi |
|||
return 0 |
|||
|
|||
} |
@ -0,0 +1,111 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
# Here is a script to deploy cert to routeros router. |
|||
# Deploy the cert to remote routeros |
|||
# |
|||
# ```sh |
|||
# acme.sh --deploy -d ftp.example.com --deploy-hook routeros |
|||
# ``` |
|||
# |
|||
# Before you can deploy the certificate to router os, you need |
|||
# to add the id_rsa.pub key to the routeros and assign a user |
|||
# to that key. |
|||
# |
|||
# The user need to have access to ssh, ftp, read and write. |
|||
# |
|||
# There are no need to enable ftp service for the script to work, |
|||
# as they are transmitted over SCP, however ftp is needed to store |
|||
# the files on the router. |
|||
# |
|||
# Then you need to set the environment variables for the |
|||
# deploy script to work. |
|||
# |
|||
# ```sh |
|||
# export ROUTER_OS_USERNAME=certuser |
|||
# export ROUTER_OS_HOST=router.example.com |
|||
# |
|||
# acme.sh --deploy -d ftp.example.com --deploy-hook routeros |
|||
# ``` |
|||
# |
|||
# The deploy script will remove previously deployed certificates, |
|||
# and it does this with an assumption on how RouterOS names imported |
|||
# certificates, adding a "cer_0" suffix at the end. This is true for |
|||
# versions 6.32 -> 6.41.3, but it is not guaranteed that it will be |
|||
# true for future versions when upgrading. |
|||
# |
|||
# If the router have other certificates with the same name as the one |
|||
# beeing deployed, then this script will remove those certificates. |
|||
# |
|||
# At the end of the script, the services that use those certificates |
|||
# could be updated. Currently only the www-ssl service is beeing |
|||
# updated, but more services could be added. |
|||
# |
|||
# For instance: |
|||
# ```sh |
|||
# export ROUTER_OS_ADDITIONAL_SERVICES="/ip service set api-ssl certificate=$_cdomain.cer_0" |
|||
# ``` |
|||
# |
|||
# One optional thing to do as well is to create a script that updates |
|||
# all the required services and run that script in a single command. |
|||
# |
|||
# returns 0 means success, otherwise error. |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
#domain keyfile certfile cafile fullchain |
|||
routeros_deploy() { |
|||
_cdomain="$1" |
|||
_ckey="$2" |
|||
_ccert="$3" |
|||
_cca="$4" |
|||
_cfullchain="$5" |
|||
|
|||
_debug _cdomain "$_cdomain" |
|||
_debug _ckey "$_ckey" |
|||
_debug _ccert "$_ccert" |
|||
_debug _cca "$_cca" |
|||
_debug _cfullchain "$_cfullchain" |
|||
|
|||
if [ -z "$ROUTER_OS_HOST" ]; then |
|||
_debug "Using _cdomain as ROUTER_OS_HOST, please set if not correct." |
|||
ROUTER_OS_HOST="$_cdomain" |
|||
fi |
|||
|
|||
if [ -z "$ROUTER_OS_USERNAME" ]; then |
|||
_err "Need to set the env variable ROUTER_OS_USERNAME" |
|||
return 1 |
|||
fi |
|||
|
|||
if [ -z "$ROUTER_OS_ADDITIONAL_SERVICES" ]; then |
|||
_debug "Not enabling additional services" |
|||
ROUTER_OS_ADDITIONAL_SERVICES="" |
|||
fi |
|||
|
|||
_info "Trying to push key '$_ckey' to router" |
|||
scp "$_ckey" "$ROUTER_OS_USERNAME@$ROUTER_OS_HOST:$_cdomain.key" |
|||
_info "Trying to push cert '$_cfullchain' to router" |
|||
scp "$_cfullchain" "$ROUTER_OS_USERNAME@$ROUTER_OS_HOST:$_cdomain.cer" |
|||
DEPLOY_SCRIPT_CMD="/system script add name=\"LE Cert Deploy - $_cdomain\" owner=admin policy=ftp,read,write,password,sensitive |
|||
source=\"## generated by routeros deploy script in acme.sh |
|||
\n/certificate remove [ find name=$_cdomain.cer_0 ] |
|||
\n/certificate remove [ find name=$_cdomain.cer_1 ] |
|||
\ndelay 1 |
|||
\n/certificate import file-name=$_cdomain.cer passphrase=\\\"\\\" |
|||
\n/certificate import file-name=$_cdomain.key passphrase=\\\"\\\" |
|||
\ndelay 1 |
|||
\n/file remove $_cdomain.cer |
|||
\n/file remove $_cdomain.key |
|||
\ndelay 2 |
|||
\n/ip service set www-ssl certificate=$_cdomain.cer_0 |
|||
\n$ROUTER_OS_ADDITIONAL_SERVICES |
|||
\n\" |
|||
" |
|||
# shellcheck disable=SC2029 |
|||
ssh "$ROUTER_OS_USERNAME@$ROUTER_OS_HOST" "$DEPLOY_SCRIPT_CMD" |
|||
# shellcheck disable=SC2029 |
|||
ssh "$ROUTER_OS_USERNAME@$ROUTER_OS_HOST" "/system script run \"LE Cert Deploy - $_cdomain\"" |
|||
# shellcheck disable=SC2029 |
|||
ssh "$ROUTER_OS_USERNAME@$ROUTER_OS_HOST" "/system script remove \"LE Cert Deploy - $_cdomain\"" |
|||
|
|||
return 0 |
|||
} |
1373
dnsapi/README.md
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,83 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
## Acmeproxy DNS provider to be used with acmeproxy (http://github.com/mdbraber/acmeproxy) |
|||
## API integration by Maarten den Braber |
|||
## |
|||
## Report any bugs via https://github.com/mdbraber/acme.sh |
|||
|
|||
dns_acmeproxy_add() { |
|||
fulldomain="${1}" |
|||
txtvalue="${2}" |
|||
action="present" |
|||
|
|||
_debug "Calling: _acmeproxy_request() '${fulldomain}' '${txtvalue}' '${action}'" |
|||
_acmeproxy_request "$fulldomain" "$txtvalue" "$action" |
|||
} |
|||
|
|||
dns_acmeproxy_rm() { |
|||
fulldomain="${1}" |
|||
txtvalue="${2}" |
|||
action="cleanup" |
|||
|
|||
_debug "Calling: _acmeproxy_request() '${fulldomain}' '${txtvalue}' '${action}'" |
|||
_acmeproxy_request "$fulldomain" "$txtvalue" "$action" |
|||
} |
|||
|
|||
_acmeproxy_request() { |
|||
|
|||
## Nothing to see here, just some housekeeping |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
action=$3 |
|||
|
|||
_info "Using acmeproxy" |
|||
_debug fulldomain "$fulldomain" |
|||
_debug txtvalue "$txtvalue" |
|||
|
|||
ACMEPROXY_ENDPOINT="${ACMEPROXY_ENDPOINT:-$(_readaccountconf_mutable ACMEPROXY_ENDPOINT)}" |
|||
ACMEPROXY_USERNAME="${ACMEPROXY_USERNAME:-$(_readaccountconf_mutable ACMEPROXY_USERNAME)}" |
|||
ACMEPROXY_PASSWORD="${ACMEPROXY_PASSWORD:-$(_readaccountconf_mutable ACMEPROXY_PASSWORD)}" |
|||
|
|||
## Check for the endpoint |
|||
if [ -z "$ACMEPROXY_ENDPOINT" ]; then |
|||
ACMEPROXY_ENDPOINT="" |
|||
_err "You didn't specify the endpoint" |
|||
_err "Please set them via 'export ACMEPROXY_ENDPOINT=https://ip:port' and try again." |
|||
return 1 |
|||
fi |
|||
|
|||
## Save the credentials to the account file |
|||
_saveaccountconf_mutable ACMEPROXY_ENDPOINT "$ACMEPROXY_ENDPOINT" |
|||
_saveaccountconf_mutable ACMEPROXY_USERNAME "$ACMEPROXY_USERNAME" |
|||
_saveaccountconf_mutable ACMEPROXY_PASSWORD "$ACMEPROXY_PASSWORD" |
|||
|
|||
if [ -z "$ACMEPROXY_USERNAME" ] || [ -z "$ACMEPROXY_PASSWORD" ]; then |
|||
_info "ACMEPROXY_USERNAME and/or ACMEPROXY_PASSWORD not set - using without client authentication! Make sure you're using server authentication (e.g. IP-based)" |
|||
export _H1="Accept: application/json" |
|||
export _H2="Content-Type: application/json" |
|||
else |
|||
## Base64 encode the credentials |
|||
credentials=$(printf "%b" "$ACMEPROXY_USERNAME:$ACMEPROXY_PASSWORD" | _base64) |
|||
|
|||
## Construct the HTTP Authorization header |
|||
export _H1="Authorization: Basic $credentials" |
|||
export _H2="Accept: application/json" |
|||
export _H3="Content-Type: application/json" |
|||
fi |
|||
|
|||
## Add the challenge record to the acmeproxy grid member |
|||
response="$(_post "{\"fqdn\": \"$fulldomain.\", \"value\": \"$txtvalue\"}" "$ACMEPROXY_ENDPOINT/$action" "" "POST")" |
|||
|
|||
## Let's see if we get something intelligible back from the unit |
|||
if echo "$response" | grep "\"$txtvalue\"" >/dev/null; then |
|||
_info "Successfully updated the txt record" |
|||
return 0 |
|||
else |
|||
_err "Error encountered during record addition" |
|||
_err "$response" |
|||
return 1 |
|||
fi |
|||
|
|||
} |
|||
|
|||
#################### Private functions below ################################## |
@ -0,0 +1,130 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Created by RaidenII, to use DuckDNS's API to add/remove text records |
|||
#modified by helbgd @ 03/13/2018 to support ddnss.de |
|||
#modified by mod242 @ 04/24/2018 to support different ddnss domains |
|||
#Please note: the Wildcard Feature must be turned on for the Host record |
|||
#and the checkbox for TXT needs to be enabled |
|||
|
|||
# Pass credentials before "acme.sh --issue --dns dns_ddnss ..." |
|||
# -- |
|||
# export DDNSS_Token="aaaaaaaa-bbbb-cccc-dddd-eeeeeeeeeeee" |
|||
# -- |
|||
# |
|||
|
|||
DDNSS_DNS_API="https://ddnss.de/upd.php" |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
#Usage: dns_ddnss_add _acme-challenge.domain.ddnss.de "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" |
|||
dns_ddnss_add() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
DDNSS_Token="${DDNSS_Token:-$(_readaccountconf_mutable DDNSS_Token)}" |
|||
if [ -z "$DDNSS_Token" ]; then |
|||
_err "You must export variable: DDNSS_Token" |
|||
_err "The token for your DDNSS account is necessary." |
|||
_err "You can look it up in your DDNSS account." |
|||
return 1 |
|||
fi |
|||
|
|||
# Now save the credentials. |
|||
_saveaccountconf_mutable DDNSS_Token "$DDNSS_Token" |
|||
|
|||
# Unfortunately, DDNSS does not seems to support lookup domain through API |
|||
# So I assume your credentials (which are your domain and token) are correct |
|||
# If something goes wrong, we will get a KO response from DDNSS |
|||
|
|||
if ! _ddnss_get_domain; then |
|||
return 1 |
|||
fi |
|||
|
|||
# Now add the TXT record to DDNSS DNS |
|||
_info "Trying to add TXT record" |
|||
if _ddnss_rest GET "key=$DDNSS_Token&host=$_ddnss_domain&txtm=1&txt=$txtvalue"; then |
|||
if [ "$response" = "Updated 1 hostname." ]; then |
|||
_info "TXT record has been successfully added to your DDNSS domain." |
|||
_info "Note that all subdomains under this domain uses the same TXT record." |
|||
return 0 |
|||
else |
|||
_err "Errors happened during adding the TXT record, response=$response" |
|||
return 1 |
|||
fi |
|||
else |
|||
_err "Errors happened during adding the TXT record." |
|||
return 1 |
|||
fi |
|||
} |
|||
|
|||
#Usage: fulldomain txtvalue |
|||
#Remove the txt record after validation. |
|||
dns_ddnss_rm() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
DDNSS_Token="${DDNSS_Token:-$(_readaccountconf_mutable DDNSS_Token)}" |
|||
if [ -z "$DDNSS_Token" ]; then |
|||
_err "You must export variable: DDNSS_Token" |
|||
_err "The token for your DDNSS account is necessary." |
|||
_err "You can look it up in your DDNSS account." |
|||
return 1 |
|||
fi |
|||
|
|||
if ! _ddnss_get_domain; then |
|||
return 1 |
|||
fi |
|||
|
|||
# Now remove the TXT record from DDNS DNS |
|||
_info "Trying to remove TXT record" |
|||
if _ddnss_rest GET "key=$DDNSS_Token&host=$_ddnss_domain&txtm=1&txt=."; then |
|||
if [ "$response" = "Updated 1 hostname." ]; then |
|||
_info "TXT record has been successfully removed from your DDNSS domain." |
|||
return 0 |
|||
else |
|||
_err "Errors happened during removing the TXT record, response=$response" |
|||
return 1 |
|||
fi |
|||
else |
|||
_err "Errors happened during removing the TXT record." |
|||
return 1 |
|||
fi |
|||
} |
|||
|
|||
#################### Private functions below ################################## |
|||
|
|||
#fulldomain=_acme-challenge.domain.ddnss.de |
|||
#returns |
|||
# _ddnss_domain=domain |
|||
_ddnss_get_domain() { |
|||
|
|||
# We'll extract the domain/username from full domain |
|||
_ddnss_domain="$(echo "$fulldomain" | _lower_case | _egrep_o '[.][^.][^.]*[.](ddnss|dyn-ip24|dyndns|dyn|dyndns1|home-webserver|myhome-server|dynip)\..*' | cut -d . -f 2-)" |
|||
|
|||
if [ -z "$_ddnss_domain" ]; then |
|||
_err "Error extracting the domain." |
|||
return 1 |
|||
fi |
|||
|
|||
return 0 |
|||
} |
|||
|
|||
#Usage: method URI |
|||
_ddnss_rest() { |
|||
method=$1 |
|||
param="$2" |
|||
_debug param "$param" |
|||
url="$DDNSS_DNS_API?$param" |
|||
_debug url "$url" |
|||
|
|||
# DDNSS uses GET to update domain info |
|||
if [ "$method" = "GET" ]; then |
|||
response="$(_get "$url" | sed 's/<[a-zA-Z\/][^>]*>//g' | _tail_n 1)" |
|||
else |
|||
_err "Unsupported method" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug2 response "$response" |
|||
return 0 |
|||
} |
@ -0,0 +1,204 @@ |
|||
#!/usr/bin/env sh |
|||
# |
|||
# deSEC.io Domain API |
|||
# |
|||
# Author: Zheng Qian |
|||
# |
|||
# deSEC API doc |
|||
# https://desec.readthedocs.io/en/latest/ |
|||
|
|||
REST_API="https://desec.io/api/v1/domains" |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
#Usage: dns_desec_add _acme-challenge.foobar.dedyn.io "d41d8cd98f00b204e9800998ecf8427e" |
|||
dns_desec_add() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
_info "Using desec.io api" |
|||
_debug fulldomain "$fulldomain" |
|||
_debug txtvalue "$txtvalue" |
|||
|
|||
DEDYN_TOKEN="${DEDYN_TOKEN:-$(_readaccountconf_mutable DEDYN_TOKEN)}" |
|||
DEDYN_NAME="${DEDYN_NAME:-$(_readaccountconf_mutable DEDYN_NAME)}" |
|||
|
|||
if [ -z "$DEDYN_TOKEN" ] || [ -z "$DEDYN_NAME" ]; then |
|||
DEDYN_TOKEN="" |
|||
DEDYN_NAME="" |
|||
_err "You don't specify DEDYN_TOKEN and DEDYN_NAME yet." |
|||
_err "Please create you key and try again." |
|||
_err "e.g." |
|||
_err "export DEDYN_TOKEN=d41d8cd98f00b204e9800998ecf8427e" |
|||
_err "export DEDYN_NAME=foobar.dedyn.io" |
|||
return 1 |
|||
fi |
|||
#save the api token and name to the account conf file. |
|||
_saveaccountconf_mutable DEDYN_TOKEN "$DEDYN_TOKEN" |
|||
_saveaccountconf_mutable DEDYN_NAME "$DEDYN_NAME" |
|||
|
|||
_debug "First detect the root zone" |
|||
if ! _get_root "$fulldomain" "$REST_API/"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
_debug _sub_domain "$_sub_domain" |
|||
_debug _domain "$_domain" |
|||
|
|||
# Get existing TXT record |
|||
_debug "Getting txt records" |
|||
txtvalues="\"\\\"$txtvalue\\\"\"" |
|||
_desec_rest GET "$REST_API/$DEDYN_NAME/rrsets/$_sub_domain/TXT/" |
|||
|
|||
if [ "$_code" = "200" ]; then |
|||
oldtxtvalues="$(echo "$response" | _egrep_o "\"records\":\\[\"\\S*\"\\]" | cut -d : -f 2 | tr -d "[]\\\\\"" | sed "s/,/ /g")" |
|||
_debug "existing TXT found" |
|||
_debug oldtxtvalues "$oldtxtvalues" |
|||
if [ -n "$oldtxtvalues" ]; then |
|||
for oldtxtvalue in $oldtxtvalues; do |
|||
txtvalues="$txtvalues, \"\\\"$oldtxtvalue\\\"\"" |
|||
done |
|||
fi |
|||
fi |
|||
_debug txtvalues "$txtvalues" |
|||
_info "Adding record" |
|||
body="[{\"subname\":\"$_sub_domain\", \"type\":\"TXT\", \"records\":[$txtvalues], \"ttl\":60}]" |
|||
|
|||
if _desec_rest PUT "$REST_API/$DEDYN_NAME/rrsets/" "$body"; then |
|||
if _contains "$response" "$txtvalue"; then |
|||
_info "Added, OK" |
|||
return 0 |
|||
else |
|||
_err "Add txt record error." |
|||
return 1 |
|||
fi |
|||
fi |
|||
|
|||
_err "Add txt record error." |
|||
return 1 |
|||
} |
|||
|
|||
#Usage: fulldomain txtvalue |
|||
#Remove the txt record after validation. |
|||
dns_desec_rm() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
_info "Using desec.io api" |
|||
_debug fulldomain "$fulldomain" |
|||
_debug txtvalue "$txtvalue" |
|||
|
|||
DEDYN_TOKEN="${DEDYN_TOKEN:-$(_readaccountconf_mutable DEDYN_TOKEN)}" |
|||
DEDYN_NAME="${DEDYN_NAME:-$(_readaccountconf_mutable DEDYN_NAME)}" |
|||
|
|||
if [ -z "$DEDYN_TOKEN" ] || [ -z "$DEDYN_NAME" ]; then |
|||
DEDYN_TOKEN="" |
|||
DEDYN_NAME="" |
|||
_err "You don't specify DEDYN_TOKEN and DEDYN_NAME yet." |
|||
_err "Please create you key and try again." |
|||
_err "e.g." |
|||
_err "export DEDYN_TOKEN=d41d8cd98f00b204e9800998ecf8427e" |
|||
_err "export DEDYN_NAME=foobar.dedyn.io" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug "First detect the root zone" |
|||
if ! _get_root "$fulldomain" "$REST_API/"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug _sub_domain "$_sub_domain" |
|||
_debug _domain "$_domain" |
|||
|
|||
# Get existing TXT record |
|||
_debug "Getting txt records" |
|||
txtvalues="" |
|||
_desec_rest GET "$REST_API/$DEDYN_NAME/rrsets/$_sub_domain/TXT/" |
|||
|
|||
if [ "$_code" = "200" ]; then |
|||
oldtxtvalues="$(echo "$response" | _egrep_o "\"records\":\\[\"\\S*\"\\]" | cut -d : -f 2 | tr -d "[]\\\\\"" | sed "s/,/ /g")" |
|||
_debug "existing TXT found" |
|||
_debug oldtxtvalues "$oldtxtvalues" |
|||
if [ -n "$oldtxtvalues" ]; then |
|||
for oldtxtvalue in $oldtxtvalues; do |
|||
if [ "$txtvalue" != "$oldtxtvalue" ]; then |
|||
txtvalues="$txtvalues, \"\\\"$oldtxtvalue\\\"\"" |
|||
fi |
|||
done |
|||
fi |
|||
fi |
|||
txtvalues="$(echo "$txtvalues" | cut -c3-)" |
|||
_debug txtvalues "$txtvalues" |
|||
|
|||
_info "Deleting record" |
|||
body="[{\"subname\":\"$_sub_domain\", \"type\":\"TXT\", \"records\":[$txtvalues], \"ttl\":60}]" |
|||
_desec_rest PUT "$REST_API/$DEDYN_NAME/rrsets/" "$body" |
|||
if [ "$_code" = "200" ]; then |
|||
_info "Deleted, OK" |
|||
return 0 |
|||
fi |
|||
|
|||
_err "Delete txt record error." |
|||
return 1 |
|||
} |
|||
|
|||
#################### Private functions below ################################## |
|||
|
|||
_desec_rest() { |
|||
m="$1" |
|||
ep="$2" |
|||
data="$3" |
|||
|
|||
export _H1="Authorization: Token $DEDYN_TOKEN" |
|||
export _H2="Accept: application/json" |
|||
export _H3="Content-Type: application/json" |
|||
|
|||
if [ "$m" != "GET" ]; then |
|||
_secure_debug2 data "$data" |
|||
response="$(_post "$data" "$ep" "" "$m")" |
|||
else |
|||
response="$(_get "$ep")" |
|||
fi |
|||
_ret="$?" |
|||
_code="$(grep "^HTTP" "$HTTP_HEADER" | _tail_n 1 | cut -d " " -f 2 | tr -d "\\r\\n")" |
|||
_debug "http response code $_code" |
|||
_secure_debug2 response "$response" |
|||
if [ "$_ret" != "0" ]; then |
|||
_err "error $ep" |
|||
return 1 |
|||
fi |
|||
|
|||
response="$(printf "%s" "$response" | _normalizeJson)" |
|||
return 0 |
|||
} |
|||
|
|||
#_acme-challenge.www.domain.com |
|||
#returns |
|||
# _sub_domain=_acme-challenge.www |
|||
# _domain=domain.com |
|||
_get_root() { |
|||
domain="$1" |
|||
ep="$2" |
|||
i=2 |
|||
p=1 |
|||
while true; do |
|||
h=$(printf "%s" "$domain" | cut -d . -f $i-100) |
|||
_debug h "$h" |
|||
if [ -z "$h" ]; then |
|||
#not valid |
|||
return 1 |
|||
fi |
|||
|
|||
if ! _desec_rest GET "$ep"; then |
|||
return 1 |
|||
fi |
|||
|
|||
if _contains "$response" "\"name\":\"$h\"" >/dev/null; then |
|||
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p) |
|||
_domain=$h |
|||
return 0 |
|||
fi |
|||
p=$i |
|||
i=$(_math "$i" + 1) |
|||
done |
|||
return 1 |
|||
} |
@ -0,0 +1,176 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#DD_API_User="xxxxx" |
|||
#DD_API_Key="xxxxxx" |
|||
|
|||
_DD_BASE="https://durabledns.com/services/dns" |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
#Usage: add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" |
|||
dns_durabledns_add() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
DD_API_User="${DD_API_User:-$(_readaccountconf_mutable DD_API_User)}" |
|||
DD_API_Key="${DD_API_Key:-$(_readaccountconf_mutable DD_API_Key)}" |
|||
if [ -z "$DD_API_User" ] || [ -z "$DD_API_Key" ]; then |
|||
DD_API_User="" |
|||
DD_API_Key="" |
|||
_err "You didn't specify a durabledns api user or key yet." |
|||
_err "You can get yours from here https://durabledns.com/dashboard/index.php" |
|||
return 1 |
|||
fi |
|||
|
|||
#save the api key and email to the account conf file. |
|||
_saveaccountconf_mutable DD_API_User "$DD_API_User" |
|||
_saveaccountconf_mutable DD_API_Key "$DD_API_Key" |
|||
|
|||
_debug "First detect the root zone" |
|||
if ! _get_root "$fulldomain"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug _sub_domain "$_sub_domain" |
|||
_debug _domain "$_domain" |
|||
|
|||
_dd_soap createRecord string zonename "$_domain." string name "$_sub_domain" string type "TXT" string data "$txtvalue" int aux 0 int ttl 10 string ddns_enabled N |
|||
_contains "$response" "createRecordResponse" |
|||
} |
|||
|
|||
dns_durabledns_rm() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
DD_API_User="${DD_API_User:-$(_readaccountconf_mutable DD_API_User)}" |
|||
DD_API_Key="${DD_API_Key:-$(_readaccountconf_mutable DD_API_Key)}" |
|||
if [ -z "$DD_API_User" ] || [ -z "$DD_API_Key" ]; then |
|||
DD_API_User="" |
|||
DD_API_Key="" |
|||
_err "You didn't specify a durabledns api user or key yet." |
|||
_err "You can get yours from here https://durabledns.com/dashboard/index.php" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug "First detect the root zone" |
|||
if ! _get_root "$fulldomain"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
_debug _sub_domain "$_sub_domain" |
|||
_debug _domain "$_domain" |
|||
|
|||
_debug "Find record id" |
|||
if ! _dd_soap listRecords string zonename "$_domain."; then |
|||
_err "can not listRecords" |
|||
return 1 |
|||
fi |
|||
|
|||
subtxt="$(echo "$txtvalue" | cut -c 1-30)" |
|||
record="$(echo "$response" | sed 's/<item\>/#<item>/g' | tr '#' '\n' | grep ">$subtxt")" |
|||
_debug record "$record" |
|||
if [ -z "$record" ]; then |
|||
_err "can not find record for txtvalue" "$txtvalue" |
|||
_err "$response" |
|||
return 1 |
|||
fi |
|||
|
|||
recordid="$(echo "$record" | _egrep_o '<id xsi:type="xsd:int">[0-9]*</id>' | cut -d '>' -f 2 | cut -d '<' -f 1)" |
|||
_debug recordid "$recordid" |
|||
if [ -z "$recordid" ]; then |
|||
_err "can not find record id" |
|||
return 1 |
|||
fi |
|||
|
|||
if ! _dd_soap deleteRecord string zonename "$_domain." int id "$recordid"; then |
|||
_err "delete error" |
|||
return 1 |
|||
fi |
|||
|
|||
_contains "$response" "Success" |
|||
} |
|||
|
|||
#_acme-challenge.www.domain.com |
|||
#returns |
|||
# _sub_domain=_acme-challenge.www |
|||
# _domain=domain.com |
|||
_get_root() { |
|||
domain=$1 |
|||
if ! _dd_soap "listZones"; then |
|||
return 1 |
|||
fi |
|||
|
|||
i=1 |
|||
p=1 |
|||
while true; do |
|||
h=$(printf "%s" "$domain" | cut -d . -f $i-100) |
|||
_debug h "$h" |
|||
if [ -z "$h" ]; then |
|||
#not valid |
|||
return 1 |
|||
fi |
|||
|
|||
if _contains "$response" ">$h.</origin>"; then |
|||
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p) |
|||
_domain=$h |
|||
return 0 |
|||
fi |
|||
p=$i |
|||
i=$(_math "$i" + 1) |
|||
done |
|||
return 1 |
|||
|
|||
} |
|||
|
|||
#method |
|||
_dd_soap() { |
|||
_method="$1" |
|||
shift |
|||
_urn="${_method}wsdl" |
|||
# put the parameters to xml |
|||
body="<tns:$_method> |
|||
<apiuser xsi:type=\"xsd:string\">$DD_API_User</apiuser> |
|||
<apikey xsi:type=\"xsd:string\">$DD_API_Key</apikey> |
|||
" |
|||
while [ "$1" ]; do |
|||
_t="$1" |
|||
shift |
|||
_k="$1" |
|||
shift |
|||
_v="$1" |
|||
shift |
|||
body="$body<$_k xsi:type=\"xsd:$_t\">$_v</$_k>" |
|||
done |
|||
body="$body</tns:$_method>" |
|||
_debug2 "SOAP request ${body}" |
|||
|
|||
# build SOAP XML |
|||
_xml='<?xml version="1.0" encoding="utf-8"?> |
|||
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" |
|||
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" |
|||
xmlns:tns="urn:'$_urn'" |
|||
xmlns:types="urn:'$_urn'/encodedTypes" |
|||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|||
xmlns:xsd="http://www.w3.org/2001/XMLSchema"> |
|||
<soap:Body soap:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">'"$body"'</soap:Body> |
|||
</soap:Envelope>' |
|||
|
|||
_debug2 _xml "$_xml" |
|||
# set SOAP headers |
|||
_action="SOAPAction: \"urn:$_urn#$_method\"" |
|||
_debug2 "_action" "$_action" |
|||
export _H1="$_action" |
|||
export _H2="Content-Type: text/xml; charset=utf-8" |
|||
|
|||
_url="$_DD_BASE/$_method.php" |
|||
_debug "_url" "$_url" |
|||
if ! response="$(_post "${_xml}" "${_url}")"; then |
|||
_err "Error <$1>" |
|||
return 1 |
|||
fi |
|||
_debug2 "response" "$response" |
|||
response="$(echo "$response" | tr -d "\r\n" | _egrep_o ":${_method}Response .*:${_method}Response><")" |
|||
_debug2 "response" "$response" |
|||
return 0 |
|||
} |
@ -0,0 +1,180 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#This is the Internet.BS api wrapper for acme.sh |
|||
# |
|||
#Author: <alexey@nelexa.ru> Ne-Lexa |
|||
#Report Bugs here: https://github.com/Ne-Lexa/acme.sh |
|||
|
|||
#INTERNETBS_API_KEY="sdfsdfsdfljlbjkljlkjsdfoiwje" |
|||
#INTERNETBS_API_PASSWORD="sdfsdfsdfljlbjkljlkjsdfoiwje" |
|||
|
|||
INTERNETBS_API_URL="https://api.internet.bs" |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
#Usage: dns_myapi_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" |
|||
dns_internetbs_add() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
INTERNETBS_API_KEY="${INTERNETBS_API_KEY:-$(_readaccountconf_mutable INTERNETBS_API_KEY)}" |
|||
INTERNETBS_API_PASSWORD="${INTERNETBS_API_PASSWORD:-$(_readaccountconf_mutable INTERNETBS_API_PASSWORD)}" |
|||
|
|||
if [ -z "$INTERNETBS_API_KEY" ] || [ -z "$INTERNETBS_API_PASSWORD" ]; then |
|||
INTERNETBS_API_KEY="" |
|||
INTERNETBS_API_PASSWORD="" |
|||
_err "You didn't specify the INTERNET.BS api key and password yet." |
|||
_err "Please create you key and try again." |
|||
return 1 |
|||
fi |
|||
|
|||
_saveaccountconf_mutable INTERNETBS_API_KEY "$INTERNETBS_API_KEY" |
|||
_saveaccountconf_mutable INTERNETBS_API_PASSWORD "$INTERNETBS_API_PASSWORD" |
|||
|
|||
_debug "First detect the root zone" |
|||
if ! _get_root "$fulldomain"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug _sub_domain "$_sub_domain" |
|||
_debug _domain "$_domain" |
|||
|
|||
# https://testapi.internet.bs/Domain/DnsRecord/Add?ApiKey=testapi&Password=testpass&FullRecordName=w3.test-api-domain7.net&Type=CNAME&Value=www.internet.bs%&ResponseFormat=json |
|||
if _internetbs_rest POST "Domain/DnsRecord/Add" "FullRecordName=${_sub_domain}.${_domain}&Type=TXT&Value=${txtvalue}&ResponseFormat=json"; then |
|||
if ! _contains "$response" "\"status\":\"SUCCESS\""; then |
|||
_err "ERROR add TXT record" |
|||
_err "$response" |
|||
return 1 |
|||
fi |
|||
|
|||
_info "txt record add success." |
|||
return 0 |
|||
fi |
|||
|
|||
return 1 |
|||
} |
|||
|
|||
#Usage: fulldomain txtvalue |
|||
#Remove the txt record after validation. |
|||
dns_internetbs_rm() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
INTERNETBS_API_KEY="${INTERNETBS_API_KEY:-$(_readaccountconf_mutable INTERNETBS_API_KEY)}" |
|||
INTERNETBS_API_PASSWORD="${INTERNETBS_API_PASSWORD:-$(_readaccountconf_mutable INTERNETBS_API_PASSWORD)}" |
|||
|
|||
if [ -z "$INTERNETBS_API_KEY" ] || [ -z "$INTERNETBS_API_PASSWORD" ]; then |
|||
INTERNETBS_API_KEY="" |
|||
INTERNETBS_API_PASSWORD="" |
|||
_err "You didn't specify the INTERNET.BS api key and password yet." |
|||
_err "Please create you key and try again." |
|||
return 1 |
|||
fi |
|||
|
|||
_debug "First detect the root zone" |
|||
if ! _get_root "$fulldomain"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug _sub_domain "$_sub_domain" |
|||
_debug _domain "$_domain" |
|||
|
|||
_debug "Getting txt records" |
|||
# https://testapi.internet.bs/Domain/DnsRecord/List?ApiKey=testapi&Password=testpass&Domain=test-api-domain7.net&FilterType=CNAME&ResponseFormat=json |
|||
_internetbs_rest POST "Domain/DnsRecord/List" "Domain=$_domain&FilterType=TXT&ResponseFormat=json" |
|||
|
|||
if ! _contains "$response" "\"status\":\"SUCCESS\""; then |
|||
_err "ERROR list dns records" |
|||
_err "$response" |
|||
return 1 |
|||
fi |
|||
|
|||
if _contains "$response" "\name\":\"${_sub_domain}.${_domain}\""; then |
|||
_info "txt record find." |
|||
|
|||
# https://testapi.internet.bs/Domain/DnsRecord/Remove?ApiKey=testapi&Password=testpass&FullRecordName=www.test-api-domain7.net&Type=cname&ResponseFormat=json |
|||
_internetbs_rest POST "Domain/DnsRecord/Remove" "FullRecordName=${_sub_domain}.${_domain}&Type=TXT&ResponseFormat=json" |
|||
|
|||
if ! _contains "$response" "\"status\":\"SUCCESS\""; then |
|||
_err "ERROR remove dns record" |
|||
_err "$response" |
|||
return 1 |
|||
fi |
|||
|
|||
_info "txt record deleted success." |
|||
return 0 |
|||
fi |
|||
|
|||
return 1 |
|||
} |
|||
|
|||
#################### Private functions below ################################## |
|||
#_acme-challenge.www.domain.com |
|||
#returns |
|||
# _sub_domain=_acme-challenge.www |
|||
# _domain=domain.com |
|||
# _domain_id=12345 |
|||
_get_root() { |
|||
domain=$1 |
|||
i=2 |
|||
p=1 |
|||
|
|||
# https://testapi.internet.bs/Domain/List?ApiKey=testapi&Password=testpass&CompactList=yes&ResponseFormat=json |
|||
if _internetbs_rest POST "Domain/List" "CompactList=yes&ResponseFormat=json"; then |
|||
|
|||
if ! _contains "$response" "\"status\":\"SUCCESS\""; then |
|||
_err "ERROR fetch domain list" |
|||
_err "$response" |
|||
return 1 |
|||
fi |
|||
|
|||
while true; do |
|||
h=$(printf "%s" "$domain" | cut -d . -f ${i}-100) |
|||
_debug h "$h" |
|||
if [ -z "$h" ]; then |
|||
#not valid |
|||
return 1 |
|||
fi |
|||
|
|||
if _contains "$response" "\"$h\""; then |
|||
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-${p}) |
|||
_domain=${h} |
|||
return 0 |
|||
fi |
|||
|
|||
p=${i} |
|||
i=$(_math "$i" + 1) |
|||
done |
|||
fi |
|||
return 1 |
|||
} |
|||
|
|||
#Usage: method URI data |
|||
_internetbs_rest() { |
|||
m="$1" |
|||
ep="$2" |
|||
data="$3" |
|||
url="${INTERNETBS_API_URL}/${ep}" |
|||
|
|||
_debug url "$url" |
|||
|
|||
apiKey="$(printf "%s" "${INTERNETBS_API_KEY}" | _url_encode)" |
|||
password="$(printf "%s" "${INTERNETBS_API_PASSWORD}" | _url_encode)" |
|||
|
|||
if [ "$m" = "GET" ]; then |
|||
response="$(_get "${url}?ApiKey=${apiKey}&Password=${password}&${data}" | tr -d '\r')" |
|||
else |
|||
_debug2 data "$data" |
|||
response="$(_post "$data" "${url}?ApiKey=${apiKey}&Password=${password}" | tr -d '\r')" |
|||
fi |
|||
|
|||
if [ "$?" != "0" ]; then |
|||
_err "error $ep" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug2 response "$response" |
|||
return 0 |
|||
} |
@ -0,0 +1,69 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Usage: dns_maradns_add _acme-challenge.www.domain.com "token" |
|||
dns_maradns_add() { |
|||
fulldomain="$1" |
|||
txtvalue="$2" |
|||
|
|||
MARA_ZONE_FILE="${MARA_ZONE_FILE:-$(_readaccountconf_mutable MARA_ZONE_FILE)}" |
|||
MARA_DUENDE_PID_PATH="${MARA_DUENDE_PID_PATH:-$(_readaccountconf_mutable MARA_DUENDE_PID_PATH)}" |
|||
|
|||
_check_zone_file "$MARA_ZONE_FILE" || return 1 |
|||
_check_duende_pid_path "$MARA_DUENDE_PID_PATH" || return 1 |
|||
|
|||
_saveaccountconf_mutable MARA_ZONE_FILE "$MARA_ZONE_FILE" |
|||
_saveaccountconf_mutable MARA_DUENDE_PID_PATH "$MARA_DUENDE_PID_PATH" |
|||
|
|||
printf "%s. TXT '%s' ~\n" "$fulldomain" "$txtvalue" >>"$MARA_ZONE_FILE" |
|||
_reload_maradns "$MARA_DUENDE_PID_PATH" || return 1 |
|||
} |
|||
|
|||
#Usage: dns_maradns_rm _acme-challenge.www.domain.com "token" |
|||
dns_maradns_rm() { |
|||
fulldomain="$1" |
|||
txtvalue="$2" |
|||
|
|||
MARA_ZONE_FILE="${MARA_ZONE_FILE:-$(_readaccountconf_mutable MARA_ZONE_FILE)}" |
|||
MARA_DUENDE_PID_PATH="${MARA_DUENDE_PID_PATH:-$(_readaccountconf_mutable MARA_DUENDE_PID_PATH)}" |
|||
|
|||
_check_zone_file "$MARA_ZONE_FILE" || return 1 |
|||
_check_duende_pid_path "$MARA_DUENDE_PID_PATH" || return 1 |
|||
|
|||
_saveaccountconf_mutable MARA_ZONE_FILE "$MARA_ZONE_FILE" |
|||
_saveaccountconf_mutable MARA_DUENDE_PID_PATH "$MARA_DUENDE_PID_PATH" |
|||
|
|||
_sed_i "/^$fulldomain.\+TXT '$txtvalue' ~/d" "$MARA_ZONE_FILE" |
|||
_reload_maradns "$MARA_DUENDE_PID_PATH" || return 1 |
|||
} |
|||
|
|||
_check_zone_file() { |
|||
zonefile="$1" |
|||
if [ -z "$zonefile" ]; then |
|||
_err "MARA_ZONE_FILE not passed!" |
|||
return 1 |
|||
elif [ ! -w "$zonefile" ]; then |
|||
_err "MARA_ZONE_FILE not writable: $zonefile" |
|||
return 1 |
|||
fi |
|||
} |
|||
|
|||
_check_duende_pid_path() { |
|||
pidpath="$1" |
|||
if [ -z "$pidpath" ]; then |
|||
_err "MARA_DUENDE_PID_PATH not passed!" |
|||
return 1 |
|||
fi |
|||
if [ ! -r "$pidpath" ]; then |
|||
_err "MARA_DUENDE_PID_PATH not readable: $pidpath" |
|||
return 1 |
|||
fi |
|||
} |
|||
|
|||
_reload_maradns() { |
|||
pidpath="$1" |
|||
kill -s HUP -- "$(cat "$pidpath")" |
|||
if [ $? -ne 0 ]; then |
|||
_err "Unable to reload MaraDNS, kill returned $?" |
|||
return 1 |
|||
fi |
|||
} |
@ -0,0 +1,64 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Nsd_ZoneFile="/etc/nsd/zones/example.com.zone" |
|||
#Nsd_Command="sudo nsd-control reload" |
|||
|
|||
# args: fulldomain txtvalue |
|||
dns_nsd_add() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
ttlvalue=300 |
|||
|
|||
Nsd_ZoneFile="${Nsd_ZoneFile:-$(_readdomainconf Nsd_ZoneFile)}" |
|||
Nsd_Command="${Nsd_Command:-$(_readdomainconf Nsd_Command)}" |
|||
|
|||
# Arg checks |
|||
if [ -z "$Nsd_ZoneFile" ] || [ -z "$Nsd_Command" ]; then |
|||
Nsd_ZoneFile="" |
|||
Nsd_Command="" |
|||
_err "Specify ENV vars Nsd_ZoneFile and Nsd_Command" |
|||
return 1 |
|||
fi |
|||
|
|||
if [ ! -f "$Nsd_ZoneFile" ]; then |
|||
Nsd_ZoneFile="" |
|||
Nsd_Command="" |
|||
_err "No such file: $Nsd_ZoneFile" |
|||
return 1 |
|||
fi |
|||
|
|||
_savedomainconf Nsd_ZoneFile "$Nsd_ZoneFile" |
|||
_savedomainconf Nsd_Command "$Nsd_Command" |
|||
|
|||
echo "$fulldomain. $ttlvalue IN TXT \"$txtvalue\"" >>"$Nsd_ZoneFile" |
|||
_info "Added TXT record for $fulldomain" |
|||
_debug "Running $Nsd_Command" |
|||
if eval "$Nsd_Command"; then |
|||
_info "Successfully updated the zone" |
|||
return 0 |
|||
else |
|||
_err "Problem updating the zone" |
|||
return 1 |
|||
fi |
|||
} |
|||
|
|||
# args: fulldomain txtvalue |
|||
dns_nsd_rm() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
ttlvalue=300 |
|||
|
|||
Nsd_ZoneFile="${Nsd_ZoneFile:-$(_readdomainconf Nsd_ZoneFile)}" |
|||
Nsd_Command="${Nsd_Command:-$(_readdomainconf Nsd_Command)}" |
|||
|
|||
sed -i "/$fulldomain. $ttlvalue IN TXT \"$txtvalue\"/d" "$Nsd_ZoneFile" |
|||
_info "Removed TXT record for $fulldomain" |
|||
_debug "Running $Nsd_Command" |
|||
if eval "$Nsd_Command"; then |
|||
_info "Successfully reloaded NSD " |
|||
return 0 |
|||
else |
|||
_err "Problem reloading NSD" |
|||
return 1 |
|||
fi |
|||
} |
@ -0,0 +1,179 @@ |
|||
#!/usr/bin/env sh |
|||
# -*- mode: sh; tab-width: 2; indent-tabs-mode: s; coding: utf-8 -*- |
|||
|
|||
# one.com ui wrapper for acme.sh |
|||
# Author: github: @diseq |
|||
# Created: 2019-02-17 |
|||
# Fixed by: @der-berni |
|||
# Modified: 2019-05-31 |
|||
# |
|||
# export ONECOM_User="username" |
|||
# export ONECOM_Password="password" |
|||
# |
|||
# Usage: |
|||
# acme.sh --issue --dns dns_one -d example.com |
|||
# |
|||
# only single domain supported atm |
|||
|
|||
dns_one_add() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
if ! _dns_one_login; then |
|||
_err "login failed" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug "detect the root domain" |
|||
if ! _get_root "$fulldomain"; then |
|||
_err "root domain not found" |
|||
return 1 |
|||
fi |
|||
|
|||
mysubdomain=$_sub_domain |
|||
mydomain=$_domain |
|||
_debug mysubdomain "$mysubdomain" |
|||
_debug mydomain "$mydomain" |
|||
|
|||
# get entries |
|||
response="$(_get "https://www.one.com/admin/api/domains/$mydomain/dns/custom_records")" |
|||
_debug response "$response" |
|||
|
|||
# Update the IP address for domain entry |
|||
postdata="{\"type\":\"dns_custom_records\",\"attributes\":{\"priority\":0,\"ttl\":600,\"type\":\"TXT\",\"prefix\":\"$mysubdomain\",\"content\":\"$txtvalue\"}}" |
|||
_debug postdata "$postdata" |
|||
response="$(_post "$postdata" "https://www.one.com/admin/api/domains/$mydomain/dns/custom_records" "" "POST" "application/json")" |
|||
response="$(echo "$response" | _normalizeJson)" |
|||
_debug response "$response" |
|||
|
|||
id=$(echo "$response" | sed -n "s/{\"result\":{\"data\":{\"type\":\"dns_custom_records\",\"id\":\"\([^\"]*\)\",\"attributes\":{\"prefix\":\"$mysubdomain\",\"type\":\"TXT\",\"content\":\"$txtvalue\",\"priority\":0,\"ttl\":600}}},\"metadata\":null}/\1/p") |
|||
|
|||
if [ -z "$id" ]; then |
|||
_err "Add txt record error." |
|||
return 1 |
|||
else |
|||
_info "Added, OK ($id)" |
|||
return 0 |
|||
fi |
|||
|
|||
} |
|||
|
|||
dns_one_rm() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
if ! _dns_one_login; then |
|||
_err "login failed" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug "detect the root domain" |
|||
if ! _get_root "$fulldomain"; then |
|||
_err "root domain not found" |
|||
return 1 |
|||
fi |
|||
|
|||
mysubdomain=$_sub_domain |
|||
mydomain=$_domain |
|||
_debug mysubdomain "$mysubdomain" |
|||
_debug mydomain "$mydomain" |
|||
|
|||
# get entries |
|||
response="$(_get "https://www.one.com/admin/api/domains/$mydomain/dns/custom_records")" |
|||
response="$(echo "$response" | _normalizeJson)" |
|||
_debug response "$response" |
|||
|
|||
id=$(printf -- "%s" "$response" | sed -n "s/.*{\"type\":\"dns_custom_records\",\"id\":\"\([^\"]*\)\",\"attributes\":{\"prefix\":\"$mysubdomain\",\"type\":\"TXT\",\"content\":\"$txtvalue\",\"priority\":0,\"ttl\":600}.*/\1/p") |
|||
|
|||
if [ -z "$id" ]; then |
|||
_err "Txt record not found." |
|||
return 1 |
|||
fi |
|||
|
|||
# delete entry |
|||
response="$(_post "$postdata" "https://www.one.com/admin/api/domains/$mydomain/dns/custom_records/$id" "" "DELETE" "application/json")" |
|||
response="$(echo "$response" | _normalizeJson)" |
|||
_debug response "$response" |
|||
|
|||
if [ "$response" = '{"result":null,"metadata":null}' ]; then |
|||
_info "Removed, OK" |
|||
return 0 |
|||
else |
|||
_err "Removing txt record error." |
|||
return 1 |
|||
fi |
|||
|
|||
} |
|||
|
|||
#_acme-challenge.www.domain.com |
|||
#returns |
|||
# _sub_domain=_acme-challenge.www |
|||
# _domain=domain.com |
|||
_get_root() { |
|||
domain="$1" |
|||
i=2 |
|||
p=1 |
|||
while true; do |
|||
h=$(printf "%s" "$domain" | cut -d . -f $i-100) |
|||
|
|||
if [ -z "$h" ]; then |
|||
#not valid |
|||
return 1 |
|||
fi |
|||
|
|||
response="$(_get "https://www.one.com/admin/api/domains/$h/dns/custom_records")" |
|||
|
|||
if ! _contains "$response" "CRMRST_000302"; then |
|||
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p) |
|||
_domain="$h" |
|||
return 0 |
|||
fi |
|||
p=$i |
|||
i=$(_math "$i" + 1) |
|||
done |
|||
_err "Unable to parse this domain" |
|||
return 1 |
|||
} |
|||
|
|||
_dns_one_login() { |
|||
|
|||
# get credentials |
|||
ONECOM_User="${ONECOM_User:-$(_readaccountconf_mutable ONECOM_User)}" |
|||
ONECOM_Password="${ONECOM_Password:-$(_readaccountconf_mutable ONECOM_Password)}" |
|||
if [ -z "$ONECOM_User" ] || [ -z "$ONECOM_Password" ]; then |
|||
ONECOM_User="" |
|||
ONECOM_Password="" |
|||
_err "You didn't specify a one.com username and password yet." |
|||
_err "Please create the key and try again." |
|||
return 1 |
|||
fi |
|||
|
|||
#save the api key and email to the account conf file. |
|||
_saveaccountconf_mutable ONECOM_User "$ONECOM_User" |
|||
_saveaccountconf_mutable ONECOM_Password "$ONECOM_Password" |
|||
|
|||
# Login with user and password |
|||
postdata="loginDomain=true" |
|||
postdata="$postdata&displayUsername=$ONECOM_User" |
|||
postdata="$postdata&username=$ONECOM_User" |
|||
postdata="$postdata&targetDomain=" |
|||
postdata="$postdata&password1=$ONECOM_Password" |
|||
postdata="$postdata&loginTarget=" |
|||
#_debug postdata "$postdata" |
|||
|
|||
response="$(_post "$postdata" "https://www.one.com/admin/login.do" "" "POST" "application/x-www-form-urlencoded")" |
|||
#_debug response "$response" |
|||
|
|||
# Get SessionID |
|||
JSESSIONID="$(grep "OneSIDCrmAdmin" "$HTTP_HEADER" | grep "^[Ss]et-[Cc]ookie:" | _head_n 1 | _egrep_o 'OneSIDCrmAdmin=[^;]*;' | tr -d ';')" |
|||
_debug jsessionid "$JSESSIONID" |
|||
|
|||
if [ -z "$JSESSIONID" ]; then |
|||
_err "error sessionid cookie not found" |
|||
return 1 |
|||
fi |
|||
|
|||
export _H1="Cookie: ${JSESSIONID}" |
|||
|
|||
return 0 |
|||
} |
@ -0,0 +1,244 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
# This is the OpenProvider API wrapper for acme.sh |
|||
# |
|||
# Author: Sylvia van Os |
|||
# Report Bugs here: https://github.com/Neilpang/acme.sh/issues/2104 |
|||
# |
|||
# export OPENPROVIDER_USER="username" |
|||
# export OPENPROVIDER_PASSWORDHASH="hashed_password" |
|||
# |
|||
# Usage: |
|||
# acme.sh --issue --dns dns_openprovider -d example.com |
|||
|
|||
OPENPROVIDER_API="https://api.openprovider.eu/" |
|||
#OPENPROVIDER_API="https://api.cte.openprovider.eu/" # Test API |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
#Usage: dns_openprovider_add _acme-challenge.www.domain.com "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" |
|||
dns_openprovider_add() { |
|||
fulldomain="$1" |
|||
txtvalue="$2" |
|||
|
|||
OPENPROVIDER_USER="${OPENPROVIDER_USER:-$(_readaccountconf_mutable OPENPROVIDER_USER)}" |
|||
OPENPROVIDER_PASSWORDHASH="${OPENPROVIDER_PASSWORDHASH:-$(_readaccountconf_mutable OPENPROVIDER_PASSWORDHASH)}" |
|||
|
|||
if [ -z "$OPENPROVIDER_USER" ] || [ -z "$OPENPROVIDER_PASSWORDHASH" ]; then |
|||
_err "You didn't specify the openprovider user and/or password hash." |
|||
return 1 |
|||
fi |
|||
|
|||
# save the username and password to the account conf file. |
|||
_saveaccountconf_mutable OPENPROVIDER_USER "$OPENPROVIDER_USER" |
|||
_saveaccountconf_mutable OPENPROVIDER_PASSWORDHASH "$OPENPROVIDER_PASSWORDHASH" |
|||
|
|||
_debug "First detect the root zone" |
|||
if ! _get_root "$fulldomain"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug _domain_name "$_domain_name" |
|||
_debug _domain_extension "$_domain_extension" |
|||
|
|||
_debug "Getting current records" |
|||
existing_items="" |
|||
results_retrieved=0 |
|||
while true; do |
|||
_openprovider_request "$(printf '<searchZoneRecordDnsRequest><name>%s.%s</name><offset>%s</offset></searchZoneRecordDnsRequest>' "$_domain_name" "$_domain_extension" "$results_retrieved")" |
|||
|
|||
items="$response" |
|||
while true; do |
|||
item="$(echo "$items" | _egrep_o '<openXML>.*<\/openXML>' | sed -n 's/.*\(<item>.*<\/item>\).*/\1/p')" |
|||
_debug existing_items "$existing_items" |
|||
_debug results_retrieved "$results_retrieved" |
|||
_debug item "$item" |
|||
|
|||
if [ -z "$item" ]; then |
|||
break |
|||
fi |
|||
|
|||
items="$(echo "$items" | sed "s|${item}||")" |
|||
|
|||
results_retrieved="$(_math "$results_retrieved" + 1)" |
|||
new_item="$(echo "$item" | sed -n 's/.*<item>.*\(<name>\(.*\)\.'"$_domain_name"'\.'"$_domain_extension"'<\/name>.*\(<type>.*<\/type>\).*\(<value>.*<\/value>\).*\(<prio>.*<\/prio>\).*\(<ttl>.*<\/ttl>\)\).*<\/item>.*/<item><name>\2<\/name>\3\4\5\6<\/item>/p')" |
|||
if [ -z "$new_item" ]; then |
|||
# Base record |
|||
new_item="$(echo "$item" | sed -n 's/.*<item>.*\(<name>\(.*\)'"$_domain_name"'\.'"$_domain_extension"'<\/name>.*\(<type>.*<\/type>\).*\(<value>.*<\/value>\).*\(<prio>.*<\/prio>\).*\(<ttl>.*<\/ttl>\)\).*<\/item>.*/<item><name>\2<\/name>\3\4\5\6<\/item>/p')" |
|||
fi |
|||
|
|||
if [ -z "$(echo "$new_item" | _egrep_o ".*<type>(A|AAAA|CNAME|MX|SPF|SRV|TXT|TLSA|SSHFP|CAA)<\/type>.*")" ]; then |
|||
_debug "not an allowed record type, skipping" "$new_item" |
|||
continue |
|||
fi |
|||
|
|||
existing_items="$existing_items$new_item" |
|||
done |
|||
|
|||
total="$(echo "$response" | _egrep_o '<total>.*?<\/total>' | sed -n 's/.*<total>\(.*\)<\/total>.*/\1/p')" |
|||
|
|||
_debug total "$total" |
|||
if [ "$results_retrieved" -eq "$total" ]; then |
|||
break |
|||
fi |
|||
done |
|||
|
|||
_debug "Creating acme record" |
|||
acme_record="$(echo "$fulldomain" | sed -e "s/.$_domain_name.$_domain_extension$//")" |
|||
_openprovider_request "$(printf '<modifyZoneDnsRequest><domain><name>%s</name><extension>%s</extension></domain><type>master</type><records><array>%s<item><name>%s</name><type>TXT</type><value>%s</value><ttl>86400</ttl></item></array></records></modifyZoneDnsRequest>' "$_domain_name" "$_domain_extension" "$existing_items" "$acme_record" "$txtvalue")" |
|||
|
|||
return 0 |
|||
} |
|||
|
|||
#Usage: fulldomain txtvalue |
|||
#Remove the txt record after validation. |
|||
dns_openprovider_rm() { |
|||
fulldomain="$1" |
|||
txtvalue="$2" |
|||
|
|||
OPENPROVIDER_USER="${OPENPROVIDER_USER:-$(_readaccountconf_mutable OPENPROVIDER_USER)}" |
|||
OPENPROVIDER_PASSWORDHASH="${OPENPROVIDER_PASSWORDHASH:-$(_readaccountconf_mutable OPENPROVIDER_PASSWORDHASH)}" |
|||
|
|||
if [ -z "$OPENPROVIDER_USER" ] || [ -z "$OPENPROVIDER_PASSWORDHASH" ]; then |
|||
_err "You didn't specify the openprovider user and/or password hash." |
|||
return 1 |
|||
fi |
|||
|
|||
# save the username and password to the account conf file. |
|||
_saveaccountconf_mutable OPENPROVIDER_USER "$OPENPROVIDER_USER" |
|||
_saveaccountconf_mutable OPENPROVIDER_PASSWORDHASH "$OPENPROVIDER_PASSWORDHASH" |
|||
|
|||
_debug "First detect the root zone" |
|||
if ! _get_root "$fulldomain"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug _domain_name "$_domain_name" |
|||
_debug _domain_extension "$_domain_extension" |
|||
|
|||
_debug "Getting current records" |
|||
existing_items="" |
|||
results_retrieved=0 |
|||
while true; do |
|||
_openprovider_request "$(printf '<searchZoneRecordDnsRequest><name>%s.%s</name><offset>%s</offset></searchZoneRecordDnsRequest>' "$_domain_name" "$_domain_extension" "$results_retrieved")" |
|||
|
|||
# Remove acme records from items |
|||
items="$response" |
|||
while true; do |
|||
item="$(echo "$items" | _egrep_o '<openXML>.*<\/openXML>' | sed -n 's/.*\(<item>.*<\/item>\).*/\1/p')" |
|||
_debug existing_items "$existing_items" |
|||
_debug results_retrieved "$results_retrieved" |
|||
_debug item "$item" |
|||
|
|||
if [ -z "$item" ]; then |
|||
break |
|||
fi |
|||
|
|||
items="$(echo "$items" | sed "s|${item}||")" |
|||
|
|||
results_retrieved="$(_math "$results_retrieved" + 1)" |
|||
if ! echo "$item" | grep -v "$fulldomain"; then |
|||
_debug "acme record, skipping" "$item" |
|||
continue |
|||
fi |
|||
|
|||
new_item="$(echo "$item" | sed -n 's/.*<item>.*\(<name>\(.*\)\.'"$_domain_name"'\.'"$_domain_extension"'<\/name>.*\(<type>.*<\/type>\).*\(<value>.*<\/value>\).*\(<prio>.*<\/prio>\).*\(<ttl>.*<\/ttl>\)\).*<\/item>.*/<item><name>\2<\/name>\3\4\5\6<\/item>/p')" |
|||
|
|||
if [ -z "$new_item" ]; then |
|||
# Base record |
|||
new_item="$(echo "$item" | sed -n 's/.*<item>.*\(<name>\(.*\)'"$_domain_name"'\.'"$_domain_extension"'<\/name>.*\(<type>.*<\/type>\).*\(<value>.*<\/value>\).*\(<prio>.*<\/prio>\).*\(<ttl>.*<\/ttl>\)\).*<\/item>.*/<item><name>\2<\/name>\3\4\5\6<\/item>/p')" |
|||
fi |
|||
|
|||
if [ -z "$(echo "$new_item" | _egrep_o ".*<type>(A|AAAA|CNAME|MX|SPF|SRV|TXT|TLSA|SSHFP|CAA)<\/type>.*")" ]; then |
|||
_debug "not an allowed record type, skipping" "$new_item" |
|||
continue |
|||
fi |
|||
|
|||
existing_items="$existing_items$new_item" |
|||
done |
|||
|
|||
total="$(echo "$response" | _egrep_o '<total>.*?<\/total>' | sed -n 's/.*<total>\(.*\)<\/total>.*/\1/p')" |
|||
|
|||
_debug total "$total" |
|||
|
|||
if [ "$results_retrieved" -eq "$total" ]; then |
|||
break |
|||
fi |
|||
done |
|||
|
|||
_debug "Removing acme record" |
|||
_openprovider_request "$(printf '<modifyZoneDnsRequest><domain><name>%s</name><extension>%s</extension></domain><type>master</type><records><array>%s</array></records></modifyZoneDnsRequest>' "$_domain_name" "$_domain_extension" "$existing_items")" |
|||
|
|||
return 0 |
|||
} |
|||
|
|||
#################### Private functions below ################################## |
|||
#_acme-challenge.www.domain.com |
|||
#returns |
|||
# _domain_name=domain |
|||
# _domain_extension=com |
|||
_get_root() { |
|||
domain=$1 |
|||
i=2 |
|||
|
|||
results_retrieved=0 |
|||
while true; do |
|||
h=$(echo "$domain" | cut -d . -f $i-100) |
|||
_debug h "$h" |
|||
if [ -z "$h" ]; then |
|||
#not valid |
|||
return 1 |
|||
fi |
|||
|
|||
_openprovider_request "$(printf '<searchDomainRequest><domainNamePattern>%s</domainNamePattern><offset>%s</offset></searchDomainRequest>' "$(echo "$h" | cut -d . -f 1)" "$results_retrieved")" |
|||
|
|||
items="$response" |
|||
while true; do |
|||
item="$(echo "$items" | _egrep_o '<openXML>.*<\/openXML>' | sed -n 's/.*\(<domain>.*<\/domain>\).*/\1/p')" |
|||
_debug existing_items "$existing_items" |
|||
_debug results_retrieved "$results_retrieved" |
|||
_debug item "$item" |
|||
|
|||
if [ -z "$item" ]; then |
|||
break |
|||
fi |
|||
|
|||
items="$(echo "$items" | sed "s|${item}||")" |
|||
|
|||
results_retrieved="$(_math "$results_retrieved" + 1)" |
|||
|
|||
_domain_name="$(echo "$item" | sed -n 's/.*<domain>.*<name>\(.*\)<\/name>.*<\/domain>.*/\1/p')" |
|||
_domain_extension="$(echo "$item" | sed -n 's/.*<domain>.*<extension>\(.*\)<\/extension>.*<\/domain>.*/\1/p')" |
|||
_debug _domain_name "$_domain_name" |
|||
_debug _domain_extension "$_domain_extension" |
|||
if [ "$_domain_name.$_domain_extension" = "$h" ]; then |
|||
return 0 |
|||
fi |
|||
done |
|||
|
|||
total="$(echo "$response" | _egrep_o '<total>.*?<\/total>' | sed -n 's/.*<total>\(.*\)<\/total>.*/\1/p')" |
|||
|
|||
_debug total "$total" |
|||
|
|||
if [ "$results_retrieved" -eq "$total" ]; then |
|||
results_retrieved=0 |
|||
i="$(_math "$i" + 1)" |
|||
fi |
|||
done |
|||
return 1 |
|||
} |
|||
|
|||
_openprovider_request() { |
|||
request_xml=$1 |
|||
|
|||
xml_prefix='<?xml version="1.0" encoding="UTF-8"?>' |
|||
xml_content=$(printf '<openXML><credentials><username>%s</username><hash>%s</hash></credentials>%s</openXML>' "$OPENPROVIDER_USER" "$OPENPROVIDER_PASSWORDHASH" "$request_xml") |
|||
response="$(_post "$(echo "$xml_prefix$xml_content" | tr -d '\n')" "$OPENPROVIDER_API" "" "POST" "application/xml")" |
|||
_debug response "$response" |
|||
if ! _contains "$response" "<openXML><reply><code>0</code>.*</reply></openXML>"; then |
|||
_err "API request failed." |
|||
return 1 |
|||
fi |
|||
} |
@ -0,0 +1,63 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
# |
|||
# REGRU_API_Username="test" |
|||
# |
|||
# REGRU_API_Password="test" |
|||
# |
|||
_domain=$_domain |
|||
|
|||
REGRU_API_URL="https://api.reg.ru/api/regru2" |
|||
|
|||
######## Public functions ##################### |
|||
|
|||
dns_regru_add() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
REGRU_API_Username="${REGRU_API_Username:-$(_readaccountconf_mutable REGRU_API_Username)}" |
|||
REGRU_API_Password="${REGRU_API_Password:-$(_readaccountconf_mutable REGRU_API_Password)}" |
|||
if [ -z "$REGRU_API_Username" ] || [ -z "$REGRU_API_Password" ]; then |
|||
REGRU_API_Username="" |
|||
REGRU_API_Password="" |
|||
_err "You don't specify regru password or username." |
|||
return 1 |
|||
fi |
|||
|
|||
_saveaccountconf_mutable REGRU_API_Username "$REGRU_API_Username" |
|||
_saveaccountconf_mutable REGRU_API_Password "$REGRU_API_Password" |
|||
|
|||
_info "Adding TXT record to ${fulldomain}" |
|||
response="$(_get "$REGRU_API_URL/zone/add_txt?input_data={%22username%22:%22${REGRU_API_Username}%22,%22password%22:%22${REGRU_API_Password}%22,%22domains%22:[{%22dname%22:%22${_domain}%22}],%22subdomain%22:%22_acme-challenge%22,%22text%22:%22${txtvalue}%22,%22output_content_type%22:%22plain%22}&input_format=json")" |
|||
|
|||
if _contains "${response}" 'success'; then |
|||
return 0 |
|||
fi |
|||
_err "Could not create resource record, check logs" |
|||
_err "${response}" |
|||
return 1 |
|||
} |
|||
|
|||
dns_regru_rm() { |
|||
fulldomain=$1 |
|||
txtvalue=$2 |
|||
|
|||
REGRU_API_Username="${REGRU_API_Username:-$(_readaccountconf_mutable REGRU_API_Username)}" |
|||
REGRU_API_Password="${REGRU_API_Password:-$(_readaccountconf_mutable REGRU_API_Password)}" |
|||
if [ -z "$REGRU_API_Username" ] || [ -z "$REGRU_API_Password" ]; then |
|||
REGRU_API_Username="" |
|||
REGRU_API_Password="" |
|||
_err "You don't specify regru password or username." |
|||
return 1 |
|||
fi |
|||
|
|||
_info "Deleting resource record $fulldomain" |
|||
response="$(_get "$REGRU_API_URL/zone/remove_record?input_data={%22username%22:%22${REGRU_API_Username}%22,%22password%22:%22${REGRU_API_Password}%22,%22domains%22:[{%22dname%22:%22${_domain}%22}],%22subdomain%22:%22_acme-challenge%22,%22content%22:%22${txtvalue}%22,%22record_type%22:%22TXT%22,%22output_content_type%22:%22plain%22}&input_format=json")" |
|||
|
|||
if _contains "${response}" 'success'; then |
|||
return 0 |
|||
fi |
|||
_err "Could not delete resource record, check logs" |
|||
_err "${response}" |
|||
return 1 |
|||
} |
@ -0,0 +1,261 @@ |
|||
#!/usr/bin/env sh |
|||
# -*- mode: sh; tab-width: 2; indent-tabs-mode: s; coding: utf-8 -*- |
|||
|
|||
# Schlundtech DNS API |
|||
# Author: mod242 |
|||
# Created: 2019-40-29 |
|||
# Completly based on the autoDNS xml api wrapper by auerswald@gmail.com |
|||
# |
|||
# export SCHLUNDTECH_USER="username" |
|||
# export SCHLUNDTECH_PASSWORD="password" |
|||
# |
|||
# Usage: |
|||
# acme.sh --issue --dns dns_schlundtech -d example.com |
|||
|
|||
SCHLUNDTECH_API="https://gateway.schlundtech.de" |
|||
|
|||
# Arguments: |
|||
# txtdomain |
|||
# txt |
|||
dns_schlundtech_add() { |
|||
fulldomain="$1" |
|||
txtvalue="$2" |
|||
|
|||
SCHLUNDTECH_USER="${SCHLUNDTECH_USER:-$(_readaccountconf_mutable SCHLUNDTECH_USER)}" |
|||
SCHLUNDTECH_PASSWORD="${SCHLUNDTECH_PASSWORD:-$(_readaccountconf_mutable SCHLUNDTECH_PASSWORD)}" |
|||
|
|||
if [ -z "$SCHLUNDTECH_USER" ] || [ -z "$SCHLUNDTECH_PASSWORD" ]; then |
|||
_err "You didn't specify schlundtech user and password." |
|||
return 1 |
|||
fi |
|||
|
|||
_saveaccountconf_mutable SCHLUNDTECH_USER "$SCHLUNDTECH_USER" |
|||
_saveaccountconf_mutable SCHLUNDTECH_PASSWORD "$SCHLUNDTECH_PASSWORD" |
|||
|
|||
_debug "First detect the root zone" |
|||
|
|||
if ! _get_autodns_zone "$fulldomain"; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug _sub_domain "$_sub_domain" |
|||
_debug _zone "$_zone" |
|||
_debug _system_ns "$_system_ns" |
|||
|
|||
_info "Adding TXT record" |
|||
|
|||
autodns_response="$(_autodns_zone_update "$_zone" "$_sub_domain" "$txtvalue" "$_system_ns")" |
|||
|
|||
if [ "$?" -eq "0" ]; then |
|||
_info "Added, OK" |
|||
return 0 |
|||
fi |
|||
|
|||
return 1 |
|||
} |
|||
|
|||
# Arguments: |
|||
# txtdomain |
|||
# txt |
|||
dns_schlundtech_rm() { |
|||
fulldomain="$1" |
|||
txtvalue="$2" |
|||
|
|||
SCHLUNDTECH_USER="${SCHLUNDTECH_USER:-$(_readaccountconf_mutable SCHLUNDTECH_USER)}" |
|||
SCHLUNDTECH_PASSWORD="${SCHLUNDTECH_PASSWORD:-$(_readaccountconf_mutable SCHLUNDTECH_PASSWORD)}" |
|||
|
|||
if [ -z "$SCHLUNDTECH_USER" ] || [ -z "$SCHLUNDTECH_PASSWORD" ]; then |
|||
_err "You didn't specify schlundtech user and password." |
|||
return 1 |
|||
fi |
|||
|
|||
_debug "First detect the root zone" |
|||
|
|||
if ! _get_autodns_zone "$fulldomain"; then |
|||
_err "zone not found" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug _sub_domain "$_sub_domain" |
|||
_debug _zone "$_zone" |
|||
_debug _system_ns "$_system_ns" |
|||
|
|||
_info "Delete TXT record" |
|||
|
|||
autodns_response="$(_autodns_zone_cleanup "$_zone" "$_sub_domain" "$txtvalue" "$_system_ns")" |
|||
|
|||
if [ "$?" -eq "0" ]; then |
|||
_info "Deleted, OK" |
|||
return 0 |
|||
fi |
|||
|
|||
return 1 |
|||
} |
|||
|
|||
#################### Private functions below ################################## |
|||
|
|||
# Arguments: |
|||
# fulldomain |
|||
# Returns: |
|||
# _sub_domain=_acme-challenge.www |
|||
# _zone=domain.com |
|||
# _system_ns |
|||
_get_autodns_zone() { |
|||
domain="$1" |
|||
|
|||
i=2 |
|||
p=1 |
|||
|
|||
while true; do |
|||
h=$(printf "%s" "$domain" | cut -d . -f $i-100) |
|||
_debug h "$h" |
|||
|
|||
if [ -z "$h" ]; then |
|||
# not valid |
|||
return 1 |
|||
fi |
|||
|
|||
autodns_response="$(_autodns_zone_inquire "$h")" |
|||
|
|||
if [ "$?" -ne "0" ]; then |
|||
_err "invalid domain" |
|||
return 1 |
|||
fi |
|||
|
|||
if _contains "$autodns_response" "<summary>1</summary>" >/dev/null; then |
|||
_zone="$(echo "$autodns_response" | _egrep_o '<name>[^<]*</name>' | cut -d '>' -f 2 | cut -d '<' -f 1)" |
|||
_system_ns="$(echo "$autodns_response" | _egrep_o '<system_ns>[^<]*</system_ns>' | cut -d '>' -f 2 | cut -d '<' -f 1)" |
|||
_sub_domain=$(printf "%s" "$domain" | cut -d . -f 1-$p) |
|||
return 0 |
|||
fi |
|||
|
|||
p=$i |
|||
i=$(_math "$i" + 1) |
|||
done |
|||
|
|||
return 1 |
|||
} |
|||
|
|||
_build_request_auth_xml() { |
|||
printf "<auth> |
|||
<user>%s</user> |
|||
<password>%s</password> |
|||
<context>10</context> |
|||
</auth>" "$SCHLUNDTECH_USER" "$SCHLUNDTECH_PASSWORD" |
|||
} |
|||
|
|||
# Arguments: |
|||
# zone |
|||
_build_zone_inquire_xml() { |
|||
printf "<?xml version=\"1.0\" encoding=\"UTF-8\"?> |
|||
<request> |
|||
%s |
|||
<task> |
|||
<code>0205</code> |
|||
<view> |
|||
<children>1</children> |
|||
<limit>1</limit> |
|||
</view> |
|||
<where> |
|||
<key>name</key> |
|||
<operator>eq</operator> |
|||
<value>%s</value> |
|||
</where> |
|||
</task> |
|||
</request>" "$(_build_request_auth_xml)" "$1" |
|||
} |
|||
|
|||
# Arguments: |
|||
# zone |
|||
# subdomain |
|||
# txtvalue |
|||
# system_ns |
|||
_build_zone_update_xml() { |
|||
printf "<?xml version=\"1.0\" encoding=\"UTF-8\"?> |
|||
<request> |
|||
%s |
|||
<task> |
|||
<code>0202001</code> |
|||
<default> |
|||
<rr_add> |
|||
<name>%s</name> |
|||
<ttl>600</ttl> |
|||
<type>TXT</type> |
|||
<value>%s</value> |
|||
</rr_add> |
|||
</default> |
|||
<zone> |
|||
<name>%s</name> |
|||
<system_ns>%s</system_ns> |
|||
</zone> |
|||
</task> |
|||
</request>" "$(_build_request_auth_xml)" "$2" "$3" "$1" "$4" |
|||
} |
|||
|
|||
# Arguments: |
|||
# zone |
|||
_autodns_zone_inquire() { |
|||
request_data="$(_build_zone_inquire_xml "$1")" |
|||
autodns_response="$(_autodns_api_call "$request_data")" |
|||
ret="$?" |
|||
|
|||
printf "%s" "$autodns_response" |
|||
return "$ret" |
|||
} |
|||
|
|||
# Arguments: |
|||
# zone |
|||
# subdomain |
|||
# txtvalue |
|||
# system_ns |
|||
_autodns_zone_update() { |
|||
request_data="$(_build_zone_update_xml "$1" "$2" "$3" "$4")" |
|||
autodns_response="$(_autodns_api_call "$request_data")" |
|||
ret="$?" |
|||
|
|||
printf "%s" "$autodns_response" |
|||
return "$ret" |
|||
} |
|||
|
|||
# Arguments: |
|||
# zone |
|||
# subdomain |
|||
# txtvalue |
|||
# system_ns |
|||
_autodns_zone_cleanup() { |
|||
request_data="$(_build_zone_update_xml "$1" "$2" "$3" "$4")" |
|||
# replace 'rr_add>' with 'rr_rem>' in request_data |
|||
request_data="$(printf -- "%s" "$request_data" | sed 's/rr_add>/rr_rem>/g')" |
|||
autodns_response="$(_autodns_api_call "$request_data")" |
|||
ret="$?" |
|||
|
|||
printf "%s" "$autodns_response" |
|||
return "$ret" |
|||
} |
|||
|
|||
# Arguments: |
|||
# request_data |
|||
_autodns_api_call() { |
|||
request_data="$1" |
|||
|
|||
_debug request_data "$request_data" |
|||
|
|||
autodns_response="$(_post "$request_data" "$SCHLUNDTECH_API")" |
|||
ret="$?" |
|||
|
|||
_debug autodns_response "$autodns_response" |
|||
|
|||
if [ "$ret" -ne "0" ]; then |
|||
_err "error" |
|||
return 1 |
|||
fi |
|||
|
|||
if _contains "$autodns_response" "<type>success</type>" >/dev/null; then |
|||
_info "success" |
|||
printf "%s" "$autodns_response" |
|||
return 0 |
|||
fi |
|||
|
|||
return 1 |
|||
} |
@ -0,0 +1,138 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Support local mail app |
|||
|
|||
#MAIL_BIN="sendmail" |
|||
#MAIL_FROM="yyyy@gmail.com" |
|||
#MAIL_TO="yyyy@gmail.com" |
|||
#MAIL_NOVALIDATE="" |
|||
|
|||
mail_send() { |
|||
_subject="$1" |
|||
_content="$2" |
|||
_statusCode="$3" #0: success, 1: error 2($RENEW_SKIP): skipped |
|||
_debug "_subject" "$_subject" |
|||
_debug "_content" "$_content" |
|||
_debug "_statusCode" "$_statusCode" |
|||
|
|||
MAIL_NOVALIDATE="${MAIL_NOVALIDATE:-$(_readaccountconf_mutable MAIL_NOVALIDATE)}" |
|||
if [ -n "$MAIL_NOVALIDATE" ]; then |
|||
_saveaccountconf_mutable MAIL_NOVALIDATE 1 |
|||
else |
|||
_clearaccountconf "MAIL_NOVALIDATE" |
|||
fi |
|||
|
|||
MAIL_BIN="${MAIL_BIN:-$(_readaccountconf_mutable MAIL_BIN)}" |
|||
if [ -n "$MAIL_BIN" ] && ! _exists "$MAIL_BIN"; then |
|||
_err "It seems that the command $MAIL_BIN is not in path." |
|||
return 1 |
|||
fi |
|||
_MAIL_BIN=$(_mail_bin) |
|||
if [ -n "$MAIL_BIN" ]; then |
|||
_saveaccountconf_mutable MAIL_BIN "$MAIL_BIN" |
|||
else |
|||
_clearaccountconf "MAIL_BIN" |
|||
fi |
|||
|
|||
MAIL_FROM="${MAIL_FROM:-$(_readaccountconf_mutable MAIL_FROM)}" |
|||
if [ -n "$MAIL_FROM" ]; then |
|||
if ! _mail_valid "$MAIL_FROM"; then |
|||
_err "It seems that the MAIL_FROM=$MAIL_FROM is not a valid email address." |
|||
return 1 |
|||
fi |
|||
|
|||
_saveaccountconf_mutable MAIL_FROM "$MAIL_FROM" |
|||
fi |
|||
|
|||
MAIL_TO="${MAIL_TO:-$(_readaccountconf_mutable MAIL_TO)}" |
|||
if [ -n "$MAIL_TO" ]; then |
|||
if ! _mail_valid "$MAIL_TO"; then |
|||
_err "It seems that the MAIL_TO=$MAIL_TO is not a valid email address." |
|||
return 1 |
|||
fi |
|||
|
|||
_saveaccountconf_mutable MAIL_TO "$MAIL_TO" |
|||
else |
|||
MAIL_TO="$(_readaccountconf ACCOUNT_EMAIL)" |
|||
if [ -z "$MAIL_TO" ]; then |
|||
_err "It seems that account email is empty." |
|||
return 1 |
|||
fi |
|||
fi |
|||
|
|||
contenttype="text/plain; charset=utf-8" |
|||
subject="=?UTF-8?B?$(echo "$_subject" | _base64)?=" |
|||
result=$({ _mail_body | eval "$(_mail_cmnd)"; } 2>&1) |
|||
|
|||
# shellcheck disable=SC2181 |
|||
if [ $? -ne 0 ]; then |
|||
_debug "mail send error." |
|||
_err "$result" |
|||
return 1 |
|||
fi |
|||
|
|||
_debug "mail send success." |
|||
return 0 |
|||
} |
|||
|
|||
_mail_bin() { |
|||
if [ -n "$MAIL_BIN" ]; then |
|||
_MAIL_BIN="$MAIL_BIN" |
|||
elif _exists "sendmail"; then |
|||
_MAIL_BIN="sendmail" |
|||
elif _exists "ssmtp"; then |
|||
_MAIL_BIN="ssmtp" |
|||
elif _exists "mutt"; then |
|||
_MAIL_BIN="mutt" |
|||
elif _exists "mail"; then |
|||
_MAIL_BIN="mail" |
|||
else |
|||
_err "Please install sendmail, ssmtp, mutt or mail first." |
|||
return 1 |
|||
fi |
|||
|
|||
echo "$_MAIL_BIN" |
|||
} |
|||
|
|||
_mail_cmnd() { |
|||
case $(basename "$_MAIL_BIN") in |
|||
sendmail) |
|||
if [ -n "$MAIL_FROM" ]; then |
|||
echo "'$_MAIL_BIN' -f '$MAIL_FROM' '$MAIL_TO'" |
|||
else |
|||
echo "'$_MAIL_BIN' '$MAIL_TO'" |
|||
fi |
|||
;; |
|||
ssmtp) |
|||
echo "'$_MAIL_BIN' '$MAIL_TO'" |
|||
;; |
|||
mutt | mail) |
|||
echo "'$_MAIL_BIN' -s '$_subject' '$MAIL_TO'" |
|||
;; |
|||
*) |
|||
_err "Command $MAIL_BIN is not supported, use sendmail, ssmtp, mutt or mail." |
|||
return 1 |
|||
;; |
|||
esac |
|||
} |
|||
|
|||
_mail_body() { |
|||
case $(basename "$_MAIL_BIN") in |
|||
sendmail | ssmtp) |
|||
if [ -n "$MAIL_FROM" ]; then |
|||
echo "From: $MAIL_FROM" |
|||
fi |
|||
|
|||
echo "To: $MAIL_TO" |
|||
echo "Subject: $subject" |
|||
echo "Content-Type: $contenttype" |
|||
echo |
|||
;; |
|||
esac |
|||
|
|||
echo "$_content" |
|||
} |
|||
|
|||
_mail_valid() { |
|||
[ -n "$MAIL_NOVALIDATE" ] || _contains "$1" "@" |
|||
} |
@ -0,0 +1,131 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Support mailgun.com api |
|||
|
|||
#MAILGUN_API_KEY="xxxx" |
|||
#MAILGUN_TO="yyyy@gmail.com" |
|||
|
|||
#MAILGUN_REGION="us|eu" #optional, use "us" as default |
|||
#MAILGUN_API_DOMAIN="xxxxxx.com" #optional, use the default sandbox domain |
|||
#MAILGUN_FROM="xxx@xxxxx.com" #optional, use the default sendbox account |
|||
|
|||
_MAILGUN_BASE_US="https://api.mailgun.net/v3" |
|||
_MAILGUN_BASE_EU="https://api.eu.mailgun.net/v3" |
|||
|
|||
_MAILGUN_BASE="$_MAILGUN_BASE_US" |
|||
|
|||
# subject content statusCode |
|||
mailgun_send() { |
|||
_subject="$1" |
|||
_content="$2" |
|||
_statusCode="$3" #0: success, 1: error 2($RENEW_SKIP): skipped |
|||
_debug "_statusCode" "$_statusCode" |
|||
|
|||
MAILGUN_API_KEY="${MAILGUN_API_KEY:-$(_readaccountconf_mutable MAILGUN_API_KEY)}" |
|||
if [ -z "$MAILGUN_API_KEY" ]; then |
|||
MAILGUN_API_KEY="" |
|||
_err "You didn't specify a mailgun api key MAILGUN_API_KEY yet ." |
|||
_err "You can get yours from here https://mailgun.com" |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable MAILGUN_API_KEY "$MAILGUN_API_KEY" |
|||
|
|||
MAILGUN_REGION="${MAILGUN_REGION:-$(_readaccountconf_mutable MAILGUN_REGION)}" |
|||
if [ -z "$MAILGUN_REGION" ]; then |
|||
MAILGUN_REGION="" |
|||
_debug "The MAILGUN_REGION is not set, so use the default us region." |
|||
_MAILGUN_BASE="$_MAILGUN_BASE_US" |
|||
else |
|||
MAILGUN_REGION="$(echo "$MAILGUN_REGION" | _lower_case)" |
|||
_saveaccountconf_mutable MAILGUN_REGION "$MAILGUN_REGION" |
|||
if [ "$MAILGUN_REGION" = "us" ]; then |
|||
_MAILGUN_BASE="$_MAILGUN_BASE_US" |
|||
else |
|||
_MAILGUN_BASE="$_MAILGUN_BASE_EU" |
|||
fi |
|||
fi |
|||
_debug _MAILGUN_BASE "$_MAILGUN_BASE" |
|||
MAILGUN_TO="${MAILGUN_TO:-$(_readaccountconf_mutable MAILGUN_TO)}" |
|||
if [ -z "$MAILGUN_TO" ]; then |
|||
MAILGUN_TO="" |
|||
_err "You didn't specify an email to MAILGUN_TO receive messages." |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable MAILGUN_TO "$MAILGUN_TO" |
|||
|
|||
MAILGUN_API_DOMAIN="${MAILGUN_API_DOMAIN:-$(_readaccountconf_mutable MAILGUN_API_DOMAIN)}" |
|||
if [ -z "$MAILGUN_API_DOMAIN" ]; then |
|||
_info "The MAILGUN_API_DOMAIN is not set, try to get the default sending sandbox domain for you." |
|||
if ! _mailgun_rest GET "/domains"; then |
|||
_err "Can not get sandbox domain." |
|||
return 1 |
|||
fi |
|||
_sendboxDomain="$(echo "$response" | _egrep_o '"name": *"sandbox.*.mailgun.org"' | cut -d : -f 2 | tr -d '" ')" |
|||
_debug _sendboxDomain "$_sendboxDomain" |
|||
MAILGUN_API_DOMAIN="$_sendboxDomain" |
|||
if [ -z "$MAILGUN_API_DOMAIN" ]; then |
|||
_err "Can not get sandbox domain for MAILGUN_API_DOMAIN" |
|||
return 1 |
|||
fi |
|||
|
|||
_info "$(__green "When using sandbox domain, you must verify your email first.")" |
|||
#todo: add recepient |
|||
fi |
|||
if [ -z "$MAILGUN_API_DOMAIN" ]; then |
|||
_err "Can not get MAILGUN_API_DOMAIN" |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable MAILGUN_API_DOMAIN "$MAILGUN_API_DOMAIN" |
|||
|
|||
MAILGUN_FROM="${MAILGUN_FROM:-$(_readaccountconf_mutable MAILGUN_FROM)}" |
|||
if [ -z "$MAILGUN_FROM" ]; then |
|||
MAILGUN_FROM="$PROJECT_NAME@$MAILGUN_API_DOMAIN" |
|||
_info "The MAILGUN_FROM is not set, so use the default value: $MAILGUN_FROM" |
|||
else |
|||
_debug MAILGUN_FROM "$MAILGUN_FROM" |
|||
_saveaccountconf_mutable MAILGUN_FROM "$MAILGUN_FROM" |
|||
fi |
|||
|
|||
#send from url |
|||
_msg="/$MAILGUN_API_DOMAIN/messages?from=$(printf "%s" "$MAILGUN_FROM" | _url_encode)&to=$(printf "%s" "$MAILGUN_TO" | _url_encode)&subject=$(printf "%s" "$_subject" | _url_encode)&text=$(printf "%s" "$_content" | _url_encode)" |
|||
_debug "_msg" "$_msg" |
|||
_mailgun_rest POST "$_msg" |
|||
if _contains "$response" "Queued. Thank you."; then |
|||
_debug "mailgun send success." |
|||
return 0 |
|||
else |
|||
_err "mailgun send error" |
|||
_err "$response" |
|||
return 1 |
|||
fi |
|||
|
|||
} |
|||
|
|||
# method uri data |
|||
_mailgun_rest() { |
|||
_method="$1" |
|||
_mguri="$2" |
|||
_mgdata="$3" |
|||
_debug _mguri "$_mguri" |
|||
_mgurl="$_MAILGUN_BASE$_mguri" |
|||
_debug _mgurl "$_mgurl" |
|||
|
|||
_auth="$(printf "%s" "api:$MAILGUN_API_KEY" | _base64)" |
|||
export _H1="Authorization: Basic $_auth" |
|||
export _H2="Content-Type: application/json" |
|||
|
|||
if [ "$_method" = "GET" ]; then |
|||
response="$(_get "$_mgurl")" |
|||
else |
|||
_debug _mgdata "$_mgdata" |
|||
response="$(_post "$_mgdata" "$_mgurl" "" "$_method")" |
|||
fi |
|||
if [ "$?" != "0" ]; then |
|||
_err "Error: $_mguri" |
|||
_err "$response" |
|||
return 1 |
|||
fi |
|||
_debug2 response "$response" |
|||
return 0 |
|||
|
|||
} |
@ -0,0 +1,15 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
# support pop |
|||
|
|||
pop_send() { |
|||
_subject="$1" |
|||
_content="$2" |
|||
_statusCode="$3" #0: success, 1: error 2($RENEW_SKIP): skipped |
|||
_debug "_subject" "$_subject" |
|||
_debug "_content" "$_content" |
|||
_debug "_statusCode" "$_statusCode" |
|||
|
|||
_err "Not implemented yet." |
|||
return 1 |
|||
} |
@ -0,0 +1,58 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Support postmarkapp.com API (https://postmarkapp.com/developer/user-guide/sending-email/sending-with-api) |
|||
|
|||
#POSTMARK_TOKEN="" |
|||
#POSTMARK_TO="xxxx@xxx.com" |
|||
#POSTMARK_FROM="xxxx@cccc.com" |
|||
|
|||
postmark_send() { |
|||
_subject="$1" |
|||
_content="$2" |
|||
_statusCode="$3" #0: success, 1: error 2($RENEW_SKIP): skipped |
|||
_debug "_statusCode" "$_statusCode" |
|||
|
|||
POSTMARK_TOKEN="${POSTMARK_TOKEN:-$(_readaccountconf_mutable POSTMARK_TOKEN)}" |
|||
if [ -z "$POSTMARK_TOKEN" ]; then |
|||
POSTMARK_TOKEN="" |
|||
_err "You didn't specify a POSTMARK api token POSTMARK_TOKEN yet ." |
|||
_err "You can get yours from here https://account.postmarkapp.com" |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable POSTMARK_TOKEN "$POSTMARK_TOKEN" |
|||
|
|||
POSTMARK_TO="${POSTMARK_TO:-$(_readaccountconf_mutable POSTMARK_TO)}" |
|||
if [ -z "$POSTMARK_TO" ]; then |
|||
POSTMARK_TO="" |
|||
_err "You didn't specify an email to POSTMARK_TO receive messages." |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable POSTMARK_TO "$POSTMARK_TO" |
|||
|
|||
POSTMARK_FROM="${POSTMARK_FROM:-$(_readaccountconf_mutable POSTMARK_FROM)}" |
|||
if [ -z "$POSTMARK_FROM" ]; then |
|||
POSTMARK_FROM="" |
|||
_err "You didn't specify an email from POSTMARK_FROM receive messages." |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable POSTMARK_FROM "$POSTMARK_FROM" |
|||
|
|||
export _H1="Accept: application/json" |
|||
export _H2="Content-Type: application/json" |
|||
export _H3="X-Postmark-Server-Token: $POSTMARK_TOKEN" |
|||
|
|||
_content="$(echo "$_content" | _json_encode)" |
|||
_data="{\"To\": \"$POSTMARK_TO\", \"From\": \"$POSTMARK_FROM\", \"Subject\": \"$_subject\", \"TextBody\": \"$_content\"}" |
|||
if _post "$_data" "https://api.postmarkapp.com/email"; then |
|||
# shellcheck disable=SC2154 |
|||
_message=$(printf "%s\n" "$response" | _lower_case | _egrep_o "\"message\":\"[^\"]*\"" | cut -d : -f 2 | tr -d \" | head -n 1) |
|||
if [ "$_message" = "ok" ]; then |
|||
_info "postmark send success." |
|||
return 0 |
|||
fi |
|||
fi |
|||
_err "postmark send error." |
|||
_err "$response" |
|||
return 1 |
|||
|
|||
} |
@ -0,0 +1,56 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Support SENDGRID.com api |
|||
|
|||
#SENDGRID_API_KEY="" |
|||
#SENDGRID_TO="xxxx@xxx.com" |
|||
#SENDGRID_FROM="xxxx@cccc.com" |
|||
|
|||
sendgrid_send() { |
|||
_subject="$1" |
|||
_content="$2" |
|||
_statusCode="$3" #0: success, 1: error 2($RENEW_SKIP): skipped |
|||
_debug "_statusCode" "$_statusCode" |
|||
|
|||
SENDGRID_API_KEY="${SENDGRID_API_KEY:-$(_readaccountconf_mutable SENDGRID_API_KEY)}" |
|||
if [ -z "$SENDGRID_API_KEY" ]; then |
|||
SENDGRID_API_KEY="" |
|||
_err "You didn't specify a sendgrid api key SENDGRID_API_KEY yet ." |
|||
_err "You can get yours from here https://sendgrid.com" |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable SENDGRID_API_KEY "$SENDGRID_API_KEY" |
|||
|
|||
SENDGRID_TO="${SENDGRID_TO:-$(_readaccountconf_mutable SENDGRID_TO)}" |
|||
if [ -z "$SENDGRID_TO" ]; then |
|||
SENDGRID_TO="" |
|||
_err "You didn't specify an email to SENDGRID_TO receive messages." |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable SENDGRID_TO "$SENDGRID_TO" |
|||
|
|||
SENDGRID_FROM="${SENDGRID_FROM:-$(_readaccountconf_mutable SENDGRID_FROM)}" |
|||
if [ -z "$SENDGRID_FROM" ]; then |
|||
SENDGRID_FROM="" |
|||
_err "You didn't specify an email to SENDGRID_FROM receive messages." |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable SENDGRID_FROM "$SENDGRID_FROM" |
|||
|
|||
export _H1="Authorization: Bearer $SENDGRID_API_KEY" |
|||
export _H2="Content-Type: application/json" |
|||
|
|||
_content="$(echo "$_content" | _json_encode)" |
|||
_data="{\"personalizations\": [{\"to\": [{\"email\": \"$SENDGRID_TO\"}]}],\"from\": {\"email\": \"$SENDGRID_FROM\"},\"subject\": \"$_subject\",\"content\": [{\"type\": \"text/plain\", \"value\": \"$_content\"}]}" |
|||
response="" #just make shellcheck happy |
|||
if _post "$_data" "https://api.sendgrid.com/v3/mail/send"; then |
|||
if [ -z "$response" ]; then |
|||
_info "sendgrid send sccess." |
|||
return 0 |
|||
fi |
|||
fi |
|||
_err "sendgrid send error." |
|||
_err "$response" |
|||
return 1 |
|||
|
|||
} |
@ -0,0 +1,55 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
#Support Slack webhooks |
|||
|
|||
#SLACK_WEBHOOK_URL="" |
|||
#SLACK_CHANNEL="" |
|||
#SLACK_USERNAME="" |
|||
|
|||
slack_send() { |
|||
_subject="$1" |
|||
_content="$2" |
|||
_statusCode="$3" #0: success, 1: error 2($RENEW_SKIP): skipped |
|||
_debug "_statusCode" "$_statusCode" |
|||
|
|||
SLACK_WEBHOOK_URL="${SLACK_WEBHOOK_URL:-$(_readaccountconf_mutable SLACK_WEBHOOK_URL)}" |
|||
if [ -z "$SLACK_WEBHOOK_URL" ]; then |
|||
SLACK_WEBHOOK_URL="" |
|||
_err "You didn't specify a Slack webhook url SLACK_WEBHOOK_URL yet." |
|||
return 1 |
|||
fi |
|||
_saveaccountconf_mutable SLACK_WEBHOOK_URL "$SLACK_WEBHOOK_URL" |
|||
|
|||
SLACK_CHANNEL="${SLACK_CHANNEL:-$(_readaccountconf_mutable SLACK_CHANNEL)}" |
|||
if [ -n "$SLACK_CHANNEL" ]; then |
|||
_saveaccountconf_mutable SLACK_CHANNEL "$SLACK_CHANNEL" |
|||
fi |
|||
|
|||
SLACK_USERNAME="${SLACK_USERNAME:-$(_readaccountconf_mutable SLACK_USERNAME)}" |
|||
if [ -n "$SLACK_USERNAME" ]; then |
|||
_saveaccountconf_mutable SLACK_USERNAME "$SLACK_USERNAME" |
|||
fi |
|||
|
|||
export _H1="Content-Type: application/json" |
|||
|
|||
_content="$(printf "*%s*\n%s" "$_subject" "$_content" | _json_encode)" |
|||
_data="{\"text\": \"$_content\", " |
|||
if [ -n "$SLACK_CHANNEL" ]; then |
|||
_data="$_data\"channel\": \"$SLACK_CHANNEL\", " |
|||
fi |
|||
if [ -n "$SLACK_USERNAME" ]; then |
|||
_data="$_data\"username\": \"$SLACK_USERNAME\", " |
|||
fi |
|||
_data="$_data\"mrkdwn\": \"true\"}" |
|||
|
|||
if _post "$_data" "$SLACK_WEBHOOK_URL"; then |
|||
# shellcheck disable=SC2154 |
|||
if [ "$response" = "ok" ]; then |
|||
_info "slack send success." |
|||
return 0 |
|||
fi |
|||
fi |
|||
_err "slack send error." |
|||
_err "$response" |
|||
return 1 |
|||
} |
@ -0,0 +1,15 @@ |
|||
#!/usr/bin/env sh |
|||
|
|||
# support smtp |
|||
|
|||
smtp_send() { |
|||
_subject="$1" |
|||
_content="$2" |
|||
_statusCode="$3" #0: success, 1: error 2($RENEW_SKIP): skipped |
|||
_debug "_subject" "$_subject" |
|||
_debug "_content" "$_content" |
|||
_debug "_statusCode" "$_statusCode" |
|||
|
|||
_err "Not implemented yet." |
|||
return 1 |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue