Dstack-TEE / Dstack-TEE/dstack-examples

Example of Letsencrypt handling

オープン
#6 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る
encumbrance enhancement
主要言語
Python
スター
27
フォーク
26
平均マージ
1時間 25分
マージ済み PR(30日)
7

説明

There are a few ways of automating domain handling from within an enclave.

- [x] 1. A starting point is the approach taken in teleport "trust but verify"...

The private key used to generate the certificate signing request is generated from within the enclave.

The owner of the DNS record isn't proactively prevented from issuing a non-TEE domain, but because certificate transparency provides a list of every issued certificate, we can show a remote attestation to explain every certificate that has been issued.

- [x] 2. Another improvement is a DNS feature called CAA, https://letsencrypt.org/docs/caa/ which limits the CAs that are authorized to issue certificates for a domain. This significantly reduces the potential for rogue CAs to create MITM attacks - only letsencrypt could do that. This is what is implemented here https://docs.phala.network/dstack/design-documents/tee-controlled-domain-certificates

- [ ] 3. Encumbered DNS: a final step (still to research) would be to encumber the account with the registrar that owns the account. In this way, a smart contract would practically control the DNS records.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。