Skip to content

Commit

Permalink
Certificates Patch File Names
Browse files Browse the repository at this point in the history
  • Loading branch information
Universal Web committed May 29, 2023
1 parent 04fd4db commit 282b214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/simulateClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { decode } from 'msgpackr';
console.time('Connected');
// Universal Web Socket
const uwClient = await client({
service: `${currentPath(import.meta)}/../services/universal.web.cert`,
service: `${currentPath(import.meta)}/../services/universal.web-Ephemeral.cert`,
profile: `${currentPath(import.meta)}/../profiles/default.cert`,
ip: '::1',
port: 8888
Expand Down

0 comments on commit 282b214

Please sign in to comment.