Skip to content

Commit

Permalink
Merge branch 'main' of github.com:taybart/certs
Browse files Browse the repository at this point in the history
  • Loading branch information
taybart committed Mar 2, 2021
2 parents 9a555bd + ae1ee00 commit 1ac9fc8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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": [""]
}
}
```
Expand Down

0 comments on commit 1ac9fc8

Please sign in to comment.