Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Mar 9, 2024
1 parent 52f9d0b commit 662f301
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "httpsx",
"name": "sslx",
"type": "module",
"version": "0.0.3",
"description": "A TLS library with automation.",
Expand Down
4 changes: 2 additions & 2 deletions src/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ export async function generateCert(options?: GenerateCertOptions) {
}, {
shortName: 'ST',
value: opts.stateName ?? 'California',
}, {
}, {
name: 'organizationName',
value: opts.organizationName ?? 'tlsx stacks.localhost',
value: opts.organizationName ?? 'tlsx stacks.localhost', // simply for a recognizable name
}]

cert.setSubject(attrs)
Expand Down

0 comments on commit 662f301

Please sign in to comment.