Add -ecdsa for generating certificates with ECDSA keys

Fixes #118
This commit is contained in:
Filippo Valsorda
2019-02-02 15:26:03 -05:00
parent 821679b01f
commit 5bb0c47df7
3 changed files with 30 additions and 9 deletions

View File

@@ -125,6 +125,9 @@ mkcert supports the following root stores:
-cert-file FILE, -key-file FILE, -p12-file FILE
Customize the output paths.
-ecdsa
Generate a certificate with an ECDSA key.
-pkcs12
Generate a ".p12" PKCS #12 file, also know as a ".pfx" file,
containing certificate and key for legacy applications.