tls-attestation / draft-tls-attestation

7 stars 1 forks source link

Overview

This is the source repo for the TLS Attestation Internet Draft.

The published version is available on the Datatracker.

The latest editor's draft is here.

Instructions

Prerequisites

kdrfc

To install (needs a working ruby environment):

gem install kramdown-rfc

Add a sudo and a space in front of that command if you don't have all the permissions needed.

xml2rfc

To install (needs a working python environment):

pip install xml2rfc

idnits

curl -O https://raw.githubusercontent.com/ietf-tools/idnits/main/idnits
chmod +x idnits
mv idnits <somewhere in your PATH>

aasvg

npm install -g aasvg

Build

To build the rendered I-D in HTML, TXT and XML formats:

make

To get rid of the produced files:

make clean

Submit

To submit the I-D to the IETF datatracker:

Resources