mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 20:45:29 +00:00
add instructions for multiple certificates
also adjusted the certificate creation example to contain a subject alt name with a DNS entry. This is strictly speaking not required for the top level certificate, but it doesn't hurt to include it and makes the example reusable for all certificates.
This commit is contained in:
parent
f03e8e8596
commit
424bed7861
2 changed files with 35 additions and 7 deletions
|
|
@ -96,7 +96,7 @@ fn args() -> Result<Args> {
|
|||
"",
|
||||
"certs",
|
||||
"folder for certificate files (default ./.certificates/)",
|
||||
"FOLDER",
|
||||
"DIR",
|
||||
);
|
||||
opts.optmulti(
|
||||
"",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue