
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
ssl-gandi-gitlab-certs-builder
Advanced tools
This tools retrieve through Gandi HTTP API, latest certificate using environment variables or command line arguments, and certificate from your gandi account, and place them into a folder.
It can be used in CI to update a certificates.
Master
Dev
Set these environment while running the script to download the list of SSL certificate from gandi into ./ssl
.
GANDI_RPC
: Gandi RPC API Url (Default to https://rpc.gandi.net:443/xmlrpc/
)GANDI_CA
: Gandi CA url (Default to https://v4.gandi.net/static/CAs/GandiStandardSSLCA2.pem
)GANDI_API_KEY
: API Key (Required)GANDI_CN
: CN of the certificate on your Gandi account (Required)PRIVATE_KEY
: Gitlab Key URL (Required)PRIVATE_TOKEN
: Gitlab private token to read the key (Required)DEST_CA_FILENAME
: Destination ca filename (Default to null
)DEST_FILENAME
: Destination key/crt/combined filename (Default to null
)DEST_DIRECTORY
: Destination key/crt/combined filename (Default to ssl
)It will download and build certificate in ./ssl
.
If you have not set DEST_CA_FILENAME
and DEST_FILENAME
, it will use original name from URL.
ssl/${ca.filename}
: Store the CA without changing the filename.ssl/${key.filename}
: Store the key without changing the filename.ssl/${key.filename.replace(/.(key|pem)/, '.crt')}
: Store the crt without changing the filename.ssl/${key.filename.replace(/.(key|pem)/, '.combined.crt')}
: Store the combined crt without changing the filename.You can then use any script to set roles and permissions according to your application.
It is also possible to use a Dockerfile
to build a container with latest certificate in it.
You can override any enviroment by using the command line arguments:
--DEST_DIRECTORY=alpha
You can install it globally and use it as a command line tool.
npm install -g ssl-gandi-gitlab-certs-builder
Or you can import any components
import GandiCertDownloader from 'ssl-gandi-gitlab-certs-builder';
FAQs
Library ssl-gandi-gitlab-certs-builder description
The npm package ssl-gandi-gitlab-certs-builder receives a total of 0 weekly downloads. As such, ssl-gandi-gitlab-certs-builder popularity was classified as not popular.
We found that ssl-gandi-gitlab-certs-builder demonstrated a not healthy version release cadence and project activity because the last version was released 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.