certainly

Handy simple tool for common certificate-related operations.

```bash $ certainly test.example.com test2.example.com foo.local 10.0.200.36 Writing test.example.com.key Writing test.example.com.crt

$ certainly --inspect test.example.com.crt [Local] C=ZZ, O=Certainly, OU=test.example.com from kaydel-ko, CN=test.example.com Issuer: C=ZZ, O=Certainly, OU=test.example.com from kaydel-ko, CN=test.example.com

Created on: Sun Sep 15 01:30:14 2019 Expires on: Sun Sep 15 01:30:14 2029

Domains: DNS: test.example.com DNS: test2.example.com DNS: foo.local IPV4: 10.0.200.36

To see more: $ openssl x509 -text -in test.example.com.crt

$ certainly --inspect twitter.com [Remote] C=US, ST=California, L=San Francisco, O=Twitter, Inc., OU=syd2, CN=twitter.com Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert SHA2 High Assurance Server CA

Chain: Subject: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert SHA2 High Assurance Server CA Issuer: C=US, O=DigiCert Inc, OU=www.digicert.com, CN=DigiCert High Assurance EV Root CA

Created on: Sun May 13 00:00:00 2019 Expires on: Sun May 10 12:00:00 2020

Domains: DNS: twitter.com DNS: www.twitter.com

To see more: $ echo Q | openssl s_client twitter.com:443 ```

Install

Binary download (Windows, Linux, macOS)

Binaries are available through GitHub Releases.

From source

With Cargo: cargo install certainly

From package manager

Arch Linux (AUR)

yay -S certainly-bin

Debian, Ubuntu (deb)

Download the deb file from GitHub Releases.

Others

Accepting contributions for more!

Options

See the man page for more.

See also

Etc