-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
183 lines (175 loc) · 6.67 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
site_name: Confidential Computing LinuxONE Workshop
repo_url: https://github.com/ibm-wsc/ConfidentialComputingOnLinuxONE
site_url: https://ibm-wsc.github.io/ConfidentialComputingOnLinuxONE/
edit_uri: edit/main/docs
nav:
- Home: index.md
- On-premises Labs:
- Lab Access: access.md
- GREP11 with CENA4SEE Lab:
- lab/grep11/index.md
- Launch Ubuntu KVM guest: lab/grep11/launchKVMguest.md
- Configure rsyslog on your KVM guest: lab/grep11/configureRsyslog.md
- Configure rsyslog client certs on the RHEL host: lab/grep11/configureRsyslogForGREP11.md
- Create Contract for GREP11 Server: lab/grep11/createGREP11Contract.md
- Launch GREP11 Server: lab/grep11/launchGREP11guest.md
- Run GREP11 Client code: lab/grep11/configureGrep11TestClient.md
- Standard guest vs. SE-enabled HPVS 2.1.x guest: lab/grep11/hackMeIfYouCan.md
- Lab Cleanup: lab/grep11/labCleanup.md
- PayNow Lab:
- lab/paynow/index.md
- Launch Ubuntu KVM guest: lab/paynow/launchKVMguest.md
- Download PayNow GitHub repo: lab/paynow/downloadPayNowRepo.md
- Create OCI image: lab/paynow/createOCIimage.md
- Run OCI image: lab/paynow/runOCIimage.md
- Use the PayNow demo app: lab/paynow/useWebApp.md
- Find sensitive data in core dump: lab/paynow/findSensitiveData.md
- Configure rsyslog on your KVM guest: lab/paynow/configureRsyslog.md
- Configure rsyslog client certs on the RHEL host: lab/paynow/configureRsyslogForHPVS.md
- Create contract for HPVS guest: lab/paynow/createContract.md
- Launch HPVS guest for PayNow: lab/paynow/launchHPVSguest.md
- Use the HPVS-based PayNow demo app: lab/paynow/useHPVSWebApp.md
- Try to find sensitive data in core dump: lab/paynow/tryToFindSensitiveData.md
- Lab Cleanup: lab/paynow/labCleanup.md
- IBM Cloud-based labs:
- lab/cloud/index.md
- Overview and Prerequisites:
- Labs overview: lab/cloud/prereqs/index.md
- Create a Virtual Private Cloud: lab/cloud/prereqs/vpc.md
- Create a Public Gateway: lab/cloud/prereqs/gateway.md
- Create an IBM Log Analysis instance: lab/cloud/prereqs/ibmlog.md
- Establish a "prep system" to use to create contracts: lab/cloud/prereqs/prepsystem.md
- Set environment variables for lab: lab/cloud/prereqs/setup.md
- Lab 1 - simple plaintext contract:
- Lab 1 overview: lab/cloud/lab1/index.md
- Prepare the contract: lab/cloud/lab1/prepcontract.md
- Create your Hyper Protect Virtual Servers for IBM Cloud VPC instance: lab/cloud/lab1/createinstance.md
- Lab 2 - partially encrypted contract:
- Lab 2 overview: lab/cloud/lab2/index.md
- Prepare the contract: lab/cloud/lab2/prepcontract.md
- Create your Hyper Protect Virtual Servers for IBM Cloud VPC instance: lab/cloud/lab2/createinstance.md
- Lab 3 - encrypted contract:
- Lab 3 overview: lab/cloud/lab3/index.md
- Prepare the contract: lab/cloud/lab3/prepcontract.md
- Create your Hyper Protect Virtual Servers for IBM Cloud VPC instance: lab/cloud/lab3/createinstance.md
- Lab 4 - encrypted and signed contract:
- Lab 4 overview: lab/cloud/lab4/index.md
- Prepare the contract: lab/cloud/lab4/prepcontract.md
- Create your Hyper Protect Virtual Servers for IBM Cloud VPC instance: lab/cloud/lab4/createinstance.md
- IBM Cloud-based labs cleanup: lab/cloud/cleanup/cleanup.md
- Locally Building docs: localdocbuild.md
- Additional Resources:
- Files created in the on-premises labs: lab/onpremises/filesCreated.md
theme:
favicon: images/HPVS2.1.xGraphic.png
logo: images/HPVS2.1.xGraphic.png
features:
- header.autohide
- navigation.sections
- navigation.expand
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.footer
- search.share
- navigation.indexes
- announce.dismiss
- content.tabs.link
- content.code.copy
- content.action.edit
- content.action.view
name: material
palette:
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
primary: black
accent: yellow
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
primary: black
accent: yellow
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
copyright: >
Copyright © 2022 IBM –
<a href="#__consent">Change cookie settings</a>
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ibm-wsc
- icon: fontawesome/brands/docker
link: https://hub.docker.com/u/s390x
analytics:
provider: google
property: G-GYNTJ48K9Y
feedback:
title: Was this page helpful?
ratings:
- icon: material/heart
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/heart-broken
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="https://github.com/ibm-wsc/ConfidentialComputingOnLinuxONE/issues/new/?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">feedback form</a>.
consent:
title: Cookie consent
description: >-
We use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make the documentation as good as possible.
markdown_extensions:
- abbr
- admonition
- codehilite
- footnotes
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.keys
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.snippets:
auto_append:
- includes/glossary.md
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- attr_list
- tables
- toc:
permalink: true
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
- print-site:
add_to_navigation: true