scionproto / scion

SCION Internet Architecture
https://scion.org
Apache License 2.0
401 stars 161 forks source link

docs: add interactive TRC signing ceremony builder #4624

Closed oncilla closed 2 months ago

oncilla commented 2 months ago

And an interactive TRC signing ceremony builder. It supports all three types of TRC ceremony: base, regular, and sensitive. The user can select between scion-pki and openssl. Furthermore, support for pkcs11 is available for openssl. In a future iteration, support for scion-pki kms will be added.

The builder is intended to be used by a voting (or root CA) participant. The adminstrator role is not supported in this version. (Administrators should be very knowledgable about the TRC ceremony anyway.)

The builder is based on aplinejs and tailwindcss. This allows us to included it in our RTD page with zero dependency and build steps.

image

[doc]

jiceatscion commented 2 months ago

This change is Reviewable