Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
certbot-dns-hurricane-electric
Advanced tools
Hurricane Electric DNS <https://dns.he.net>
_ Authenticator plugin for Certbot <https://certbot.eff.org>
_
Install certbot-dns-hurricane-electric <https://pypi.org/project/certbot-dns-hurricane-electric/>
_ to your Certbot's environment with pip. For example, the line below works for me after running certbot-auto
.
.. code-block:: bash
$ sudo /opt/eff.org/certbot/venv/bin/pip install cerbot-dns-hurricane-electric
You can also use git+https://github.com/studioeng/certbot-dns-hurricane-electric.git
or clone the repository and install from the directory, but pip is recommended.
Create a configuration file with your username and password:
.. code-block:: ini
dns_hurricane_electric_user = Your HE username dns_hurricane_electric_pass = Your HE password
and chmod it to 600
:
.. code-block:: bash
$ chmod 600 dns_he.ini
Then request a certificate with something like:
.. code-block:: bash
domain="mail.example.com" email="email@example.com"
$ certbot-auto certonly
--server https://acme-v02.api.letsencrypt.org/directory
--rsa-key-size 2048
--preferred-challenges dns
--authenticator dns-hurricane_electric
--dns-hurricane_electric-credentials /data/dns_he.ini
--dns-hurricane_electric-propagation-seconds 30
--domain "${domain}"
--email "${email}"
--agree-tos
You're done!
| --dns-hurricane_electric-credentials
specifies the configuration file path.
| --dns-hurricane_electric-propagation-seconds
controls the duration waited for the DNS record(s) to propagate.
These are stored in cerbot's renewal configuration, so they'll work on your automatic renewals.
The original plugin by @tsaarist has been unchanged for a number of years.
FAQs
Hurricane Electric DNS Authenticator plugin for Certbot
We found that certbot-dns-hurricane-electric demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.