Skip to content

Iouns/ossl.fish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ossl.fish

A plugin for the fish-shell.

MIT License Fish Shell Version


This plugin installs fish function wrappers around openssl to ease day to day operations on TLS certificates.

Install

With fisher

$ fisher install iouns/ossl.fish

Usage

Print a TLS certificate:

$ ossl-print-crt mycertificatefile.pem

Available commands

Functions Goal
ossl-print-key Print rsa private key
ossl-print-csr Print certificate csr centered
ossl-print-cr Print x509 certificate
ossl-print-pkcs12 Print pkcs12
ossl-modulus-crt Print certificate modulus
ossl-modulus-key Print key modulus
ossl-modulus-csr Print csr modulus
ossl-sclient Try to s_client connect a server

License

MIT © Iouns