certbot-dns-arsys 0.1.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,181 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship made available under
36
+ the License, as indicated by a copyright notice that is included in
37
+ or attached to the work (an example is provided in the Appendix below).
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other transformations
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean, as submitted to the Licensor for inclusion
48
+ in the Work by the copyright owner or by an individual or Legal Entity
49
+ authorized to submit on behalf of the copyright owner. For the purposes
50
+ of this definition, "submitted" means any form of electronic, verbal,
51
+ or written communication sent to the Licensor or its representatives,
52
+ including but not limited to communication on electronic mailing lists,
53
+ source code control systems, and issue tracking systems that are managed
54
+ by, or on behalf of, the Licensor for the purpose of discussing and
55
+ improving the Work, but excluding communication that is conspicuously
56
+ marked or designated in writing by the copyright owner as "Not a
57
+ Contribution."
58
+
59
+ "Contributor" shall mean Licensor and any Legal Entity on behalf of
60
+ whom a Contribution has been received by the Licensor and included
61
+ within the Work.
62
+
63
+ 2. Grant of Copyright License. Subject to the terms and conditions of
64
+ this License, each Contributor hereby grants to You a perpetual,
65
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
66
+ copyright license to reproduce, prepare Derivative Works of,
67
+ publicly display, publicly perform, sublicense, and distribute the
68
+ Work and such Derivative Works in Source or Object form.
69
+
70
+ 3. Grant of Patent License. Subject to the terms and conditions of
71
+ this License, each Contributor hereby grants to You a perpetual,
72
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
73
+ (except as stated in this section) patent license to make, have made,
74
+ use, offer to sell, sell, import, and otherwise transfer the Work,
75
+ where such license applies only to those patent claims licensable
76
+ by such Contributor that are necessarily infringed by their
77
+ Contribution(s) alone or by the combination of their Contribution(s)
78
+ with the Work to which such Contribution(s) was submitted. If You
79
+ institute patent litigation against any entity (including a cross-claim
80
+ or counterclaim in a lawsuit) alleging that the Work or any
81
+ Contribution embodied within the Work constitutes direct or contributory
82
+ patent infringement, then any patent licenses granted to You under
83
+ this License for that Work shall terminate as of the date such
84
+ litigation is filed.
85
+
86
+ 4. Redistribution. You may reproduce and distribute copies of the
87
+ Work or Derivative Works thereof in any medium, with or without
88
+ modifications, and in Source or Object form, provided that You
89
+ meet the following conditions:
90
+
91
+ (a) You must give any other recipients of the Work or Derivative
92
+ Works a copy of this License; and
93
+
94
+ (b) You must cause any modified files to carry prominent notices
95
+ stating that You changed the files; and
96
+
97
+ (c) You must retain, in the Source form of any Derivative Works
98
+ that You distribute, all copyright, patent, trademark, and
99
+ attribution notices from the Source form of the Work,
100
+ excluding those notices that do not pertain to any part of
101
+ the Derivative Works; and
102
+
103
+ (d) If the Work includes a "NOTICE" text file as part of its
104
+ distribution, You must include a readable copy of the
105
+ attribution notices contained within such NOTICE file, in
106
+ at least one of the following places: within a NOTICE text
107
+ file distributed as part of the Derivative Works; within
108
+ the Source form or documentation, if provided along with the
109
+ Derivative Works; or, within a display generated by the
110
+ Derivative Works, if and wherever such third-party notices
111
+ normally appear. The contents of the NOTICE file are for
112
+ informational purposes only and do not modify the License.
113
+ You may add Your own attribution notices within Derivative
114
+ Works that You distribute, alongside or in addition to the
115
+ NOTICE text from the Work, provided that such additional
116
+ attribution notices cannot be construed as modifying the License.
117
+
118
+ You may add Your own license statement for Your modifications and
119
+ may provide additional grant of rights to use, copy, modify, merge,
120
+ publish, distribute, sublicense, and/or sell copies of the
121
+ Contribution, either on an exclusive or nonexclusive basis.
122
+
123
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
124
+ any Contribution intentionally submitted for inclusion in the Work
125
+ by You to the Licensor shall be under the terms and conditions of
126
+ this License, without any additional terms or conditions.
127
+ Notwithstanding the above, nothing herein shall supersede or modify
128
+ the terms of any separate license agreement you may have executed
129
+ with Licensor regarding such Contributions.
130
+
131
+ 6. Trademarks. This License does not grant permission to use the trade
132
+ names, trademarks, service marks, or product names of the Licensor,
133
+ except as required for reasonable and customary use in describing the
134
+ origin of the Work and reproducing the content of the NOTICE file.
135
+
136
+ 7. Disclaimer of Warranty. Unless required by applicable law or
137
+ agreed to in writing, Licensor provides the Work (and each
138
+ Contributor provides its Contributions) on an "AS IS" BASIS,
139
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
140
+ implied, including, without limitation, any warranties or conditions
141
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
142
+ PARTICULAR PURPOSE. You are solely responsible for determining the
143
+ appropriateness of using or reproducing the Work and assume any
144
+ risks associated with Your exercise of permissions under this License.
145
+
146
+ 8. Limitation of Liability. In no event and under no legal theory,
147
+ whether in tort (including negligence), contract, or otherwise,
148
+ unless required by applicable law (such as deliberate and grossly
149
+ negligent acts) or agreed to in writing, shall any Contributor be
150
+ liable to You for damages, including any direct, indirect, special,
151
+ incidental, or exemplary damages of any character arising as a
152
+ result of this License or out of the use or inability to use the
153
+ Work (including but not limited to damages for loss of goodwill,
154
+ work stoppage, computer failure or malfunction, or all other
155
+ commercial damages or losses), even if such Contributor has been
156
+ advised of the possibility of such damages.
157
+
158
+ 9. Accepting Warranty or Additional Liability. While redistributing
159
+ the Work or Derivative Works thereof, You may choose to offer,
160
+ and charge a fee for, acceptance of support, warranty, indemnity,
161
+ or other liability obligations and/or rights consistent with this
162
+ License. However, in accepting such obligations, You may offer only
163
+ conditions consistent with this License, for which You may charge
164
+ a reasonable fee for those services. In accepting such obligations,
165
+ You may offer only conditions consistent with this License.
166
+
167
+ END OF TERMS AND CONDITIONS
168
+
169
+ Copyright 2024 Javier Vázquez
170
+
171
+ Licensed under the Apache License, Version 2.0 (the "License");
172
+ you may not use this file except in compliance with the License.
173
+ You may obtain a copy of the License at
174
+
175
+ http://www.apache.org/licenses/LICENSE-2.0
176
+
177
+ Unless required by applicable law or agreed to in writing, software
178
+ distributed under the License is distributed on an "AS IS" BASIS,
179
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
180
+ See the License for the specific language governing permissions and
181
+ limitations under the License.
@@ -0,0 +1,376 @@
1
+ Metadata-Version: 2.4
2
+ Name: certbot-dns-arsys
3
+ Version: 0.1.0
4
+ Summary: Arsys DNS Authenticator plugin for Certbot
5
+ Author-email: Javier Vázquez <javier.vazquez.romera@gmail.com>
6
+ License: Apache License
7
+ Version 2.0, January 2004
8
+ http://www.apache.org/licenses/
9
+
10
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11
+
12
+ 1. Definitions.
13
+
14
+ "License" shall mean the terms and conditions for use, reproduction,
15
+ and distribution as defined by Sections 1 through 9 of this document.
16
+
17
+ "Licensor" shall mean the copyright owner or entity authorized by
18
+ the copyright owner that is granting the License.
19
+
20
+ "Legal Entity" shall mean the union of the acting entity and all
21
+ other entities that control, are controlled by, or are under common
22
+ control with that entity. For the purposes of this definition,
23
+ "control" means (i) the power, direct or indirect, to cause the
24
+ direction or management of such entity, whether by contract or
25
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
26
+ outstanding shares, or (iii) beneficial ownership of such entity.
27
+
28
+ "You" (or "Your") shall mean an individual or Legal Entity
29
+ exercising permissions granted by this License.
30
+
31
+ "Source" form shall mean the preferred form for making modifications,
32
+ including but not limited to software source code, documentation
33
+ source, and configuration files.
34
+
35
+ "Object" form shall mean any form resulting from mechanical
36
+ transformation or translation of a Source form, including but
37
+ not limited to compiled object code, generated documentation,
38
+ and conversions to other media types.
39
+
40
+ "Work" shall mean the work of authorship made available under
41
+ the License, as indicated by a copyright notice that is included in
42
+ or attached to the work (an example is provided in the Appendix below).
43
+
44
+ "Derivative Works" shall mean any work, whether in Source or Object
45
+ form, that is based on (or derived from) the Work and for which the
46
+ editorial revisions, annotations, elaborations, or other transformations
47
+ represent, as a whole, an original work of authorship. For the purposes
48
+ of this License, Derivative Works shall not include works that remain
49
+ separable from, or merely link (or bind by name) to the interfaces of,
50
+ the Work and Derivative Works thereof.
51
+
52
+ "Contribution" shall mean, as submitted to the Licensor for inclusion
53
+ in the Work by the copyright owner or by an individual or Legal Entity
54
+ authorized to submit on behalf of the copyright owner. For the purposes
55
+ of this definition, "submitted" means any form of electronic, verbal,
56
+ or written communication sent to the Licensor or its representatives,
57
+ including but not limited to communication on electronic mailing lists,
58
+ source code control systems, and issue tracking systems that are managed
59
+ by, or on behalf of, the Licensor for the purpose of discussing and
60
+ improving the Work, but excluding communication that is conspicuously
61
+ marked or designated in writing by the copyright owner as "Not a
62
+ Contribution."
63
+
64
+ "Contributor" shall mean Licensor and any Legal Entity on behalf of
65
+ whom a Contribution has been received by the Licensor and included
66
+ within the Work.
67
+
68
+ 2. Grant of Copyright License. Subject to the terms and conditions of
69
+ this License, each Contributor hereby grants to You a perpetual,
70
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
71
+ copyright license to reproduce, prepare Derivative Works of,
72
+ publicly display, publicly perform, sublicense, and distribute the
73
+ Work and such Derivative Works in Source or Object form.
74
+
75
+ 3. Grant of Patent License. Subject to the terms and conditions of
76
+ this License, each Contributor hereby grants to You a perpetual,
77
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
78
+ (except as stated in this section) patent license to make, have made,
79
+ use, offer to sell, sell, import, and otherwise transfer the Work,
80
+ where such license applies only to those patent claims licensable
81
+ by such Contributor that are necessarily infringed by their
82
+ Contribution(s) alone or by the combination of their Contribution(s)
83
+ with the Work to which such Contribution(s) was submitted. If You
84
+ institute patent litigation against any entity (including a cross-claim
85
+ or counterclaim in a lawsuit) alleging that the Work or any
86
+ Contribution embodied within the Work constitutes direct or contributory
87
+ patent infringement, then any patent licenses granted to You under
88
+ this License for that Work shall terminate as of the date such
89
+ litigation is filed.
90
+
91
+ 4. Redistribution. You may reproduce and distribute copies of the
92
+ Work or Derivative Works thereof in any medium, with or without
93
+ modifications, and in Source or Object form, provided that You
94
+ meet the following conditions:
95
+
96
+ (a) You must give any other recipients of the Work or Derivative
97
+ Works a copy of this License; and
98
+
99
+ (b) You must cause any modified files to carry prominent notices
100
+ stating that You changed the files; and
101
+
102
+ (c) You must retain, in the Source form of any Derivative Works
103
+ that You distribute, all copyright, patent, trademark, and
104
+ attribution notices from the Source form of the Work,
105
+ excluding those notices that do not pertain to any part of
106
+ the Derivative Works; and
107
+
108
+ (d) If the Work includes a "NOTICE" text file as part of its
109
+ distribution, You must include a readable copy of the
110
+ attribution notices contained within such NOTICE file, in
111
+ at least one of the following places: within a NOTICE text
112
+ file distributed as part of the Derivative Works; within
113
+ the Source form or documentation, if provided along with the
114
+ Derivative Works; or, within a display generated by the
115
+ Derivative Works, if and wherever such third-party notices
116
+ normally appear. The contents of the NOTICE file are for
117
+ informational purposes only and do not modify the License.
118
+ You may add Your own attribution notices within Derivative
119
+ Works that You distribute, alongside or in addition to the
120
+ NOTICE text from the Work, provided that such additional
121
+ attribution notices cannot be construed as modifying the License.
122
+
123
+ You may add Your own license statement for Your modifications and
124
+ may provide additional grant of rights to use, copy, modify, merge,
125
+ publish, distribute, sublicense, and/or sell copies of the
126
+ Contribution, either on an exclusive or nonexclusive basis.
127
+
128
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
129
+ any Contribution intentionally submitted for inclusion in the Work
130
+ by You to the Licensor shall be under the terms and conditions of
131
+ this License, without any additional terms or conditions.
132
+ Notwithstanding the above, nothing herein shall supersede or modify
133
+ the terms of any separate license agreement you may have executed
134
+ with Licensor regarding such Contributions.
135
+
136
+ 6. Trademarks. This License does not grant permission to use the trade
137
+ names, trademarks, service marks, or product names of the Licensor,
138
+ except as required for reasonable and customary use in describing the
139
+ origin of the Work and reproducing the content of the NOTICE file.
140
+
141
+ 7. Disclaimer of Warranty. Unless required by applicable law or
142
+ agreed to in writing, Licensor provides the Work (and each
143
+ Contributor provides its Contributions) on an "AS IS" BASIS,
144
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
145
+ implied, including, without limitation, any warranties or conditions
146
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
147
+ PARTICULAR PURPOSE. You are solely responsible for determining the
148
+ appropriateness of using or reproducing the Work and assume any
149
+ risks associated with Your exercise of permissions under this License.
150
+
151
+ 8. Limitation of Liability. In no event and under no legal theory,
152
+ whether in tort (including negligence), contract, or otherwise,
153
+ unless required by applicable law (such as deliberate and grossly
154
+ negligent acts) or agreed to in writing, shall any Contributor be
155
+ liable to You for damages, including any direct, indirect, special,
156
+ incidental, or exemplary damages of any character arising as a
157
+ result of this License or out of the use or inability to use the
158
+ Work (including but not limited to damages for loss of goodwill,
159
+ work stoppage, computer failure or malfunction, or all other
160
+ commercial damages or losses), even if such Contributor has been
161
+ advised of the possibility of such damages.
162
+
163
+ 9. Accepting Warranty or Additional Liability. While redistributing
164
+ the Work or Derivative Works thereof, You may choose to offer,
165
+ and charge a fee for, acceptance of support, warranty, indemnity,
166
+ or other liability obligations and/or rights consistent with this
167
+ License. However, in accepting such obligations, You may offer only
168
+ conditions consistent with this License, for which You may charge
169
+ a reasonable fee for those services. In accepting such obligations,
170
+ You may offer only conditions consistent with this License.
171
+
172
+ END OF TERMS AND CONDITIONS
173
+
174
+ Copyright 2024 Javier Vázquez
175
+
176
+ Licensed under the Apache License, Version 2.0 (the "License");
177
+ you may not use this file except in compliance with the License.
178
+ You may obtain a copy of the License at
179
+
180
+ http://www.apache.org/licenses/LICENSE-2.0
181
+
182
+ Unless required by applicable law or agreed to in writing, software
183
+ distributed under the License is distributed on an "AS IS" BASIS,
184
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
185
+ See the License for the specific language governing permissions and
186
+ limitations under the License.
187
+
188
+ Project-URL: Homepage, https://github.com/javiervazquez/certbot-dns-arsys
189
+ Project-URL: Repository, https://github.com/javiervazquez/certbot-dns-arsys
190
+ Project-URL: Bug Tracker, https://github.com/javiervazquez/certbot-dns-arsys/issues
191
+ Keywords: certbot,letsencrypt,dns,arsys,acme
192
+ Classifier: Development Status :: 3 - Alpha
193
+ Classifier: Environment :: Plugins
194
+ Classifier: Intended Audience :: System Administrators
195
+ Classifier: License :: OSI Approved :: Apache Software License
196
+ Classifier: Operating System :: POSIX :: Linux
197
+ Classifier: Programming Language :: Python
198
+ Classifier: Programming Language :: Python :: 3
199
+ Classifier: Programming Language :: Python :: 3.11
200
+ Classifier: Programming Language :: Python :: 3.12
201
+ Classifier: Programming Language :: Python :: 3.13
202
+ Classifier: Topic :: Internet :: Name Service (DNS)
203
+ Classifier: Topic :: Security
204
+ Classifier: Topic :: System :: Systems Administration
205
+ Classifier: Topic :: Utilities
206
+ Requires-Python: >=3.11
207
+ Description-Content-Type: text/x-rst
208
+ License-File: LICENSE
209
+ Requires-Dist: certbot>=2.0.0
210
+ Requires-Dist: acme>=2.0.0
211
+ Requires-Dist: dnspython>=2.0.0
212
+ Provides-Extra: dev
213
+ Requires-Dist: pytest>=7.0; extra == "dev"
214
+ Requires-Dist: pytest-cov>=4.0; extra == "dev"
215
+ Requires-Dist: ruff>=0.1.0; extra == "dev"
216
+ Requires-Dist: mypy>=1.0; extra == "dev"
217
+ Dynamic: license-file
218
+
219
+ certbot-dns-arsys
220
+ =================
221
+
222
+ `Certbot <https://certbot.eff.org/>`_ DNS authenticator plugin for `Arsys <https://www.arsys.es/>`_ domains.
223
+
224
+ Automates DNS-01 challenge validation by creating and removing ``_acme-challenge`` TXT records via
225
+ the Arsys Hosting SOAP API, enabling wildcard certificate issuance and fully automated renewal.
226
+
227
+ .. contents:: Table of Contents
228
+ :local:
229
+ :depth: 1
230
+
231
+
232
+ Prerequisites
233
+ -------------
234
+
235
+ - Python 3.11+
236
+ - Certbot 2.0+
237
+ - An Arsys account with API access enabled (obtain your API key from the Arsys control panel)
238
+ - Network access to ``api.servidoresdns.net`` on port **54321**
239
+
240
+
241
+ Installation
242
+ ------------
243
+
244
+ .. code-block:: bash
245
+
246
+ pip install certbot-dns-arsys
247
+
248
+ Verify the plugin is available::
249
+
250
+ certbot plugins
251
+
252
+ You should see ``dns-arsys`` in the list.
253
+
254
+
255
+ Credentials File
256
+ ----------------
257
+
258
+ Create a credentials file (e.g. ``~/.secrets/certbot/arsys.ini``) with the following content:
259
+
260
+ .. code-block:: ini
261
+
262
+ # Arsys API endpoint (optional — this is the default)
263
+ dns_arsys_api_url = https://api.servidoresdns.net:54321/hosting/api/soap/index.php
264
+
265
+ # Your domain (as registered in your Arsys account)
266
+ dns_arsys_api_login = example.com
267
+
268
+ # API key from the Arsys control panel
269
+ dns_arsys_api_key = YOUR_API_KEY_HERE
270
+
271
+ # The base domain managed in this Arsys account
272
+ dns_arsys_domain = example.com
273
+
274
+ Secure the file so only root can read it::
275
+
276
+ chmod 600 ~/.secrets/certbot/arsys.ini
277
+
278
+
279
+ Usage
280
+ -----
281
+
282
+ **Wildcard certificate:**
283
+
284
+ .. code-block:: bash
285
+
286
+ certbot certonly \
287
+ --authenticator dns-arsys \
288
+ --dns-arsys-credentials ~/.secrets/certbot/arsys.ini \
289
+ -d "*.example.com" \
290
+ -d "example.com"
291
+
292
+ **Standard certificate:**
293
+
294
+ .. code-block:: bash
295
+
296
+ certbot certonly \
297
+ --authenticator dns-arsys \
298
+ --dns-arsys-credentials ~/.secrets/certbot/arsys.ini \
299
+ -d "example.com" \
300
+ -d "www.example.com"
301
+
302
+ **Renewal** (automatic, no extra flags needed after initial issuance)::
303
+
304
+ certbot renew
305
+
306
+ **Non-root usage:**
307
+
308
+ Certbot requires write access to ``/var/log/letsencrypt``, ``/etc/letsencrypt``, and
309
+ ``/var/lib/letsencrypt`` by default, which are root-owned. If you run certbot as a
310
+ regular user (e.g. for testing), redirect those paths with three extra flags:
311
+
312
+ .. code-block:: bash
313
+
314
+ certbot certonly \
315
+ --authenticator dns-arsys \
316
+ --dns-arsys-credentials ~/.secrets/certbot/arsys.ini \
317
+ -d "*.example.com" \
318
+ -d "example.com" \
319
+ --config-dir ~/.letsencrypt \
320
+ --work-dir ~/.letsencrypt/work \
321
+ --logs-dir ~/.letsencrypt/logs
322
+
323
+ Certificates will be written to ``~/.letsencrypt/live/example.com/``.
324
+
325
+
326
+ Options
327
+ -------
328
+
329
+ ``--dns-arsys-credentials``
330
+ Path to the INI credentials file. **Required.**
331
+
332
+ ``--dns-arsys-propagation-seconds``
333
+ Maximum seconds to wait for DNS propagation before proceeding. Default: ``30``.
334
+ The plugin polls authoritative nameservers every 15 seconds and proceeds as soon as
335
+ the record is confirmed. Increase this value if you see validation failures.
336
+
337
+
338
+ Docker
339
+ ------
340
+
341
+ A Docker image based on ``certbot/certbot`` with the plugin pre-installed is available:
342
+
343
+ .. code-block:: bash
344
+
345
+ docker run --rm \
346
+ -v ~/.secrets/certbot:/secrets:ro \
347
+ -v /etc/letsencrypt:/etc/letsencrypt \
348
+ ghcr.io/javiervazquez/certbot-dns-arsys:latest \
349
+ certonly \
350
+ --authenticator dns-arsys \
351
+ --dns-arsys-credentials /secrets/arsys.ini \
352
+ -d "*.example.com"
353
+
354
+ Or build locally::
355
+
356
+ docker build -t certbot-dns-arsys .
357
+ docker run --rm certbot-dns-arsys plugins
358
+
359
+
360
+ Notes
361
+ -----
362
+
363
+ - The Arsys Hosting API endpoint runs on a non-standard port (54321). Ensure your firewall
364
+ allows outbound TCP connections to ``api.servidoresdns.net:54321``.
365
+ - DNS propagation timing depends on Arsys infrastructure. The Arsys SOAP API applies
366
+ changes almost immediately, so the default 30-second timeout is generally sufficient.
367
+ Increase with ``--dns-arsys-propagation-seconds`` if you see validation failures.
368
+ - The plugin is a **third-party plugin** not affiliated with Certbot or the EFF.
369
+
370
+
371
+ License
372
+ -------
373
+
374
+ Licensed under the `Apache License 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.
375
+
376
+ Copyright 2024 Javier Vázquez.