The license that is granted by issuing a certificate.
There are many ideas going forward:
Conventions:
Example of a license text: "The [signature.issuer] affirms that the content of [data] is valid"
The corresponding certificate would then look like this:
type AffirmationCertificate { $type$: 'AffirmationCertificate', data: SHA256Hash; license: SHA256Hash; }
The license that is granted by issuing a certificate.
There are many ideas going forward:
Conventions:
Example of a license text: "The [signature.issuer] affirms that the content of [data] is valid"
The corresponding certificate would then look like this:
type AffirmationCertificate { $type$: 'AffirmationCertificate', data: SHA256Hash; license: SHA256Hash;
}