We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa5781 commit 4a423c9Copy full SHA for 4a423c9
src/components/P2P/index.ts
@@ -360,10 +360,7 @@ export class OceanP2P extends EventEmitter {
360
dcutr: dcutr(),
361
keychain: keychain(),
362
http: http(),
363
- autoTLS: autoTLS({
364
- autoConfirmAddress: true,
365
- acmeDirectory: 'https://acme-staging-v02.api.letsencrypt.org/directory'
366
- })
+ autoTLS: autoTLS()
367
}
368
369
// eslint-disable-next-line no-constant-condition, no-self-compare
0 commit comments