Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkalev committed Jul 30, 2024
1 parent d933a6e commit 09a97c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ A simple Docker image to create certificate requests for web servers
* Print md5 checksums:
- For certificate: `openssl x509 -noout -modulus -in server.crt| openssl md5`
- For key: `openssl rsa -noout -modulus -in privkey.pem| openssl md5`
- For CSR: `openssl req -noout -modulus -in server.csr| openssl md5`
* Expiration:
- Show expiration: `openssl x509 -noout -enddate -in server.crt`
- Show all dates: `openssl x509 -noout -dates -in server.crt`
Expand Down

0 comments on commit 09a97c6

Please # to comment.