Skip to content

Commit 2859ee4

Browse files
Add DPE iRoT profile specification. (#29)
* Add DPE iRoT profile specification. Signed-off-by: Zach Halvorsen <[email protected]> Co-authored-by: Jeff Andersen <[email protected]>
1 parent 7416585 commit 2859ee4

File tree

4 files changed

+1592
-0
lines changed

4 files changed

+1592
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.pdf
2+
.cache
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# DPE iRoT Profile
2+
3+
## Specification source
4+
5+
The specification source is available in [main.ocp](./main.ocp).
6+
7+
## Building the specification
8+
9+
To view a rendered version of the specification, clone the [ocp-spec-tools](https://github.com/opencomputeproject/ocp-spec-tools) repository, and then run:
10+
11+
```sh
12+
$ path/to/ocp-spec-tools/docker-pull.sh
13+
$ path/to/ocp-spec-tools/docker-run.sh --pdf dpe-irot-profile.pdf main.ocp
14+
```
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
references:
2+
- id: "ietf-rfc2986"
3+
title: "PKCS #10: Certification Request Syntax Specification"
4+
publisher: "IETF"
5+
issued:
6+
year: 2020
7+
month: 11
8+
url: "https://datatracker.ietf.org/doc/html/rfc2986"
9+
- id: "ietf-rfc2985"
10+
title: "PKCS #9: Selected Object Classes and Attribute Types"
11+
publisher: "IETF"
12+
issued:
13+
year: 2000
14+
month: 11
15+
url: "https://datatracker.ietf.org/doc/html/rfc2985"
16+
- id: "ietf-rfc5652"
17+
title: "Cryptographic Message Syntax (CMS)"
18+
publisher: "IETF"
19+
issued:
20+
year: 2009
21+
month: 9
22+
url: "https://datatracker.ietf.org/doc/html/rfc5652"
23+
- id: "tcg-dpe"
24+
title: "TCG DICE Protection Environment"
25+
publisher: "Trusted Computing Group"
26+
url: "https://trustedcomputinggroup.org/resource/dice-protection-environment/"
27+
- id: "tcg-dice-certificate-profiles"
28+
title: "DICE Certificate Profiles"
29+
publisher: "Trusted Computing Group"
30+
url: "https://trustedcomputinggroup.org/resource/dice-certificate-profiles/"

0 commit comments

Comments
 (0)