certainly

~~The easiest way to create self-signed certificates. Ever.~~

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 Self-signed certificate Created on: 2018-09-06 01:30:45 UTC Expires on: 2028-09-03 01:30:45 UTC Domains: DNS: test.example.com DNS: test2.example.com DNS: foo.local IP: 10.0.200.36

$ certainly --inspect twitter.com Certificate signed by DigiCert SHA2 High Assurance Server CA Created on: 2018-07-17 00:00:00 UTC Expires on: 2019-08-22 12:00:00 UTC Domains: DNS: twitter.com DNS: www.twitter.com ```

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