Skip to content

Commit

Permalink
update usage in Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kelke committed Jul 16, 2024
1 parent aee161a commit a469609
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ To only install the local root CA into a subset of them, you can set the `TRUST_
### Advanced options

```
-days DAYS
Change the number of days a certificate is valid.
Default certificate validity: 1 year, 1 month
-months MONTHS
Change the number of months a certificate is valid.
Default certificate validity: 1 year, 1 month
-years YEARS
Change the number of years a certificate is valid.
Default certificate validity: 1 year, 1 month
-cert-file FILE, -key-file FILE, -p12-file FILE
Customize the output paths.
Expand Down Expand Up @@ -125,9 +137,13 @@ To only install the local root CA into a subset of them, you can set the `TRUST_
Defaults to: <Full Username> - Intermediate
-root
Forces the creation of a new root certificate (not needed for inital setup).
Forces the creation of a new root certificate (not needed for initial setup).
Can overwrite existing roots but backs up old ones.
-root-years YEARS
Change the number of years your root certificate will be valid for.
Default: 10 years
-root-org Organization-Name
Change the organizational name of the root certificate as displayed in the browser.
Defaults to: <Full Username>
Expand Down

0 comments on commit a469609

Please sign in to comment.