Skip to content

Commit

Permalink
fixed lib/create-server.js error: assigned key as cert, reverted error
Browse files Browse the repository at this point in the history
  • Loading branch information
zg009 committed Mar 15, 2024
1 parent b55a037 commit 8f88e39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function createServer (argv, app) {

const credentials = Object.assign({
key: key,
key: cert
cert: cert
}, argv)

if (ldp.webid && ldp.auth === 'tls') {
Expand Down

0 comments on commit 8f88e39

Please sign in to comment.