Add support for certificate signing requests with -csr

Closes #55
This commit is contained in:
Filippo Valsorda
2019-02-02 18:51:24 -05:00
parent 592400aab0
commit 99e15e29f9
3 changed files with 102 additions and 19 deletions

View File

@@ -136,6 +136,10 @@ To only install the local root CA into a subset of them, you can set the `TRUST_
-pkcs12
Generate a ".p12" PKCS #12 file, also know as a ".pfx" file,
containing certificate and key for legacy applications.
-csr CSR
Generate a certificate based on the supplied CSR. Conflicts with
all other flags and arguments except -install and -cert-file.
```
### Mobile devices