Skip to content

tls-attestation/draft-tls-attestation

Repository files navigation

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:

  • update docname in the markdown file to the intended version
  • build
  • change the name of the produced XML file to reflect the intended version
  • post the XML file and follow further instructions coming through your email

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published