Skip to content

Commit

Permalink
Merge pull request #24 from essentialkaos/develop
Browse files Browse the repository at this point in the history
Version 1.8.0
  • Loading branch information
andyone authored May 30, 2020
2 parents 0395cc2 + 80840ca commit 11572e6
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 86 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,18 @@ Usage: webkaos-utils command args…
Commands
csr-gen host Generate RSA key and a certificate signing request
┌ csr-gen host Generate key and a certificate signing request
└ csr-gen config Generate key and a certificate signing request from OpenSSL configuration file
csr-info csr Print info from certificate signing request
csr-config-gen output Generate OpenSSL configuration file for certificate signing request generation
┌ hpkp-gen csr backup Generate HTTP public key pinning (HPKP) header from CSR file
│ hpkp-gen key backup Generate HTTP public key pinning (HPKP) header from KEY file
└ hpkp-gen crt backup Generate HTTP public key pinning (HPKP) header from CRT file
┌ ocsp-gen server-cert issuer-cert Generate OCSP stapling file from server certificate
└ ocsp-gen cert-chain Generate OCSP stapling file from server certificate chain
ocsp-check host server-name Check OCSP response status for some host
0rtt-check host server-name Check 0-RTT support
htpasswd user password Generate record with MD5 password hash for .htpasswd files
Options
Expand All @@ -74,6 +77,7 @@ Examples
webkaos-utils ocsp-check essentialkaos.com
Check OCSP response status for essentialkaos.com
```

### Build Status
Expand Down
Loading

0 comments on commit 11572e6

Please sign in to comment.