
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
.. image:: https://readthedocs.org/projects/certbot-dns-transip/badge/?version=stable :target: https://certbot-dns-transip.readthedocs.io/en/stable/?badge=stable :alt: Documentation Status
.. image:: https://www.travis-ci.org/hsmade/certbot-dns-transip.svg?branch=master&status=passed :target: https://www.travis-ci.org/github/hsmade/certbot-dns-transip :alt: Build Status
Certbot plugin to authenticate using dns TXT records via Transip API
You can also run this directly from Docker, and get the certificates and keys written to disk for further processing.
For example the following command can be used. This assumes the transip.ini
file and the keyfile are present in /tmp/letsencrypt
. ::
docker run -ti -v `/tmp/letsencrypt`:/etc/letsencrypt \
-w /etc/letsencrypt \
hsmade/certbot-transip \
certonly -n \
-d 'your.domain.com' \
-a dns-transip \
--dns-transip-credentials /etc/letsencrypt/transip.ini \
--dns-transip-propagation-seconds 240 \
-m your@domain.com \
--agree-tos \
--eff-email
The contents of transip.ini
are as follows. ::
dns_transip_key_file = transip.key
dns_transip_username = my_user
Finally, the key file is an RSA private key
dns_transip_global_key
as option in ini fileFAQs
Certbot plugin to authenticate using dns TXT records via Transip API
We found that certbot-dns-transip 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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.