Skip to content

cfssl.org

CFSSL: Cloudflare's PKI and TLS toolkit

Package Information

  • Domain: cfssl.org
  • Name: cfssl.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +cfssl.org -- $SHELL -i

Programs

This package provides the following executable programs:

  • cfssl
  • cfssl-bundle
  • cfssl-certinfo
  • cfssl-newkey
  • cfssl-scan
  • cfssljson
  • mkbundle
  • multirootca

Available Versions

Show all 1 versions
  • 1.6.5

Latest Version: 1.6.5

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +cfssl.org@1.6.5 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.cfsslorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.