httpMessageSignaturesImplementationLevel: '01'
This commit is contained in:
parent
8579cb222f
commit
59ae735169
|
@ -95,11 +95,11 @@ export class NodeinfoServerService {
|
||||||
},
|
},
|
||||||
metadata: {
|
metadata: {
|
||||||
/**
|
/**
|
||||||
* 00: Draft, RSA only
|
* '00': Draft, RSA only
|
||||||
* 01: Draft, Ed25519 suported
|
* '01': Draft, Ed25519 suported
|
||||||
* 11: RFC 9421, Ed25519 supported
|
* '11': RFC 9421, Ed25519 supported
|
||||||
*/
|
*/
|
||||||
httpMessageSignaturesImplementationLevel: 1,
|
httpMessageSignaturesImplementationLevel: '01',
|
||||||
|
|
||||||
nodeName: meta.name,
|
nodeName: meta.name,
|
||||||
nodeDescription: meta.description,
|
nodeDescription: meta.description,
|
||||||
|
|
Loading…
Reference in a new issue