
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
This utility is designed as easy-rsa replacement suitable for one exact use case.
It's basically a wrapper around OpenSSL API to:
It supports encrypting .key
files with a passphrase (there is an option to disable that).
It can be used with a non-self signed CA, just place your ca.key
and ca.crt
in the keys directory and skip the --ca
step.
It can be used to manage a non-OpenVPN CA, in that case --zip
and --static
steps will be useless, but all others will work.
OpenVPN static keys are supported partially, as they should be used for tls-auth
/tls-crypt
only.
Please note that they are not encrypted regardless of --nopass
option.
For now this utility should be considered experimental and rather undocumented.
If you're brave, let me know, where the problems are.
gem install ovpn-key
ovpn-key --init
ovpn-key.yml
ovpn-key --ca --dh
ovpn-key --server --nopass
ovpn-key --client somebody [--nopass]
ovpn-key --revoke somebody
ovpn-key --static
(generates ta.key
).ovpn
extension to the directorycert
and key
ovpn-key --zip somebody-else [--nopass]
It's just a single simple YAML file named ovpn-key.yml
.
ovpn-key also processes ~/.ovpn-key.yml
file, for now it has only one possible setting:
cd: ~/some/path
This setting is used as a default directory if:
ovpn-key.yml
--init
is not specifiedIf you specify the default directory, you don't need to travel to it every time you want to launch ovpn-key
, i.e. you can use it from your home directory or any other, as long as requirements above are met.
FAQs
Unknown package
We found that ovpn-key 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.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.