Skip to content

Commit 1ac9fc8

Browse files
committed
Merge branch 'main' of github.com:taybart/certs
2 parents 9a555bd + ae1ee00 commit 1ac9fc8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ Using `""` as the key will prompt for the password during the command, this is t
4646
"key": "/home/user/.config/certs/ca.key",
4747
"crt": "/home/user/.config/certs/ca.crt",
4848
"scheme": "ed25519"
49+
},
50+
"default_subject": {
51+
"common_name": "taybart",
52+
"organizational_unit": ["Engineering"],
53+
"organization": ["taybart"],
54+
"street_address": [""],
55+
"postal_code": [""],
56+
"locality": [""],
57+
"province": [""],
58+
"country": [""]
4959
}
5060
}
5161
```

0 commit comments

Comments
 (0)