cfssl command

cfssl is the command line tool to issue/sign/bundle client certificate. It's also a tool to start a HTTP server to handle web requests for signing, bundling and verification.

Usage:

cfssl command [-flags] arguments

The commands are

bundle	 create a certificate bundle
sign	 signs a certificate signing request (CSR)
serve	 starts a HTTP server handling sign and bundle requests
version	 prints the current cfssl version
genkey   generates a key and an associated CSR
gencert  generates a key and a signed certificate
gencsr   generates a certificate request
selfsign generates a self-signed certificate

Use "cfssl [command] -help" to find out more about a command.

Version
v1.6.5 (latest)
Published
Mar 5, 2024
Platform
linux/amd64
Imports
25 packages
Last checked
6 days ago

Tools for package owners.