We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 382d5e3 commit d0b4593Copy full SHA for d0b4593
1 file changed
security/keys.js
@@ -125,7 +125,7 @@ function getCertTable() {
125
}
126
127
async function getReplicationCert() {
128
- const SNICallback = createTLSSelector('operations-api');
+ const SNICallback = createTLSSelector('replication');
129
const secureTarget = {
130
secureContexts: null,
131
setSecureContext: (_ctx) => {},
@@ -351,7 +351,7 @@ function certExtensions() {
351
async function createCertificateTable(cert, caCert) {
352
await setCertTable({
353
name: getThisNodeName(),
354
- uses: [],
+ uses: ['replication'],
355
certificate: cert,
356
private_key_name: 'privateKey.pem',
357
is_authority: false,
0 commit comments