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:
Johann150 2021-03-03 19:34:56 +01:00
parent f03e8e8596
commit 424bed7861
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
2 changed files with 35 additions and 7 deletions

View file

@ -96,7 +96,7 @@ fn args() -> Result<Args> {
"",
"certs",
"folder for certificate files (default ./.certificates/)",
"FOLDER",
"DIR",
);
opts.optmulti(
"",