Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nothinux committed Apr 15, 2022
1 parent 214039d commit 2b12022
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Certify is easy to use and can be used as an alternative to OpenSSL.

## Feature
+ Create a certificate authorities
+ Issue certificate with custom common name, ip san, dns san, and expiry date
+ Issue certificate with custom common name, ip san, dns san, expiry date, and extended key usage
+ Show certificate information from file or remote host
+ Export certificate to PKCS12 format
+ Verify private key matches with certificate
Expand All @@ -33,6 +33,9 @@ $ certify cn:web-server
$ certify server.local expiry:1d
⚡️ Generate certificate expiry within 1 day
$ certify server.local eku:serverAuth,clientAuth
⚡️ Generate certificate with extended key usage Server Auth and Client Auth
Also, you can see information from certificate
$ certify -read server.local.pem
Expand Down
3 changes: 3 additions & 0 deletions cmd/certify/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ $ certify cn:web-server
$ certify server.local expiry:1d
⚡️ Generate certificate expiry within 1 day
$ certify server.local eku:serverAuth,clientAuth
⚡️ Generate certificate with extended key usage Server Auth and Client Auth
Also, you can see information from certificate
$ certify -read server.local.pem
Expand Down

0 comments on commit 2b12022

Please sign in to comment.