🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

suah.dev/microca

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

suah.dev/microca

Go Modules
Version
v1.1.6
Version published
Created
Source
  • microca

Is a fork of [[https://github.com/jsha/minica][minica]] with added features and security enhancements.

** Enhancements from minica

  • Ability to produce ED25519/ECDSA keys.
  • ECDSA keys by default (P256).
  • RSA key size now defaults to 4096 and a size can be specified with -rsa-bits.
  • Ability to set root certificate common name.
  • Ability to show expiration for certificates in the $CWD.

** Installation

#+BEGIN_SRC shell go get suah.dev/microca #+END_SRC

** Example usage

#+BEGIN_SRC shell

Generate a root key and cert in micro-key.pem, and micro.pem, then

generate and sign an end-entity key and cert, storing them in ./foo.com/

$ microca -domains foo.com #+END_SRC

FAQs

Package last updated on 04 Sep 2022

Did you know?

Socket

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.

Install

Related posts