![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
iobroker.acme
Advanced tools
Tests:
This adapter generates certificates using ACME challenges.
The adapter starts periodically (default at midnight) and after configuration updates to generate any required certificates (new or soon to expire).
Currently, orders are processed with the Let's Encrypt certificate authority and thus are free of charge.
Certificate details are stored in a 'certificate collection' object which includes other relevant details such as expiry date, domains to be secured and private key. These objects are referenced by their collection ID.
Adapters which need certificates to secure their communications (e.g. web adapter) are able to load and utilise certificate collections.
Storage and use is handled by an interface contained with the core ioBroker controller.
Two methods of challenge verification are implemented and at least one should be enabled in the configuration page.
Note that wildcard certificate orders can only be validated using the DNS-01 challenge.
The adapter starts its own HTTP-01 challenge server on the configured port and address.
For a HTTP-01 challenge to be successful the challenge server's port/address must be publicly reachable as port 80 of the FQDN given in a collection common/alt names from the open internet.
Configure your firewall, reverse proxy, etc. accordingly.
Example scenarios:
The IoB host on which ACME is running is behind a router and that router has a publicly reachable IP address:
Solution:
The IoB host on which ACME is running has a direct internet connection with a publicly reachable IP address:
Solution:
Scenario 1 & 2 are impossible because another service is running on port 80 of the publicly reachable IP address.
Possible solutions:
If the other service is an IoB adapter following port configuration naming standards ACME will stop it before attempting to order a certificate, use port 80 for the HTTP-01 challenge server, and restart any stopped adapter when done.
Obviously this causes a short outage for the other adapter which may not be desirable.
Use a DNS-01 challenge.
Setup a named virtual host HTTP proxy on port 80 of the router or publicly reachable IoB host.
Run ACME manually only when required port access is available. Not recommended, but should work:
Various DNS-01 challenge plugins are implemented for popular domain hosting platforms.
See AMCS.js for more details.
MIT License
Copyright (c) 2023-2024 ioBroker Community Developers iobroker-community-adapters@gmx.de
Copyright (c) 2023 Robin Rainton robin@rainton.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
Generates certificate bundles using ACME challenges
We found that iobroker.acme demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.