From ae1ee00036b00857afada5c39248a4cde17af972 Mon Sep 17 00:00:00 2001 From: Taylor Bartlett Date: Tue, 2 Mar 2021 09:14:52 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 44be891..36a9243 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,16 @@ Using `""` as the key will prompt for the password during the command, this is t "key": "/home/user/.config/certs/ca.key", "crt": "/home/user/.config/certs/ca.crt", "scheme": "ed25519" + }, + "default_subject": { + "common_name": "taybart", + "organizational_unit": ["Engineering"], + "organization": ["taybart"], + "street_address": [""], + "postal_code": [""], + "locality": [""], + "province": [""], + "country": [""] } } ```