@@ -162,8 +162,7 @@ LEARCredentialMachine. In the ticket text, add the following data:
162162 - IP address [ of your service; if you have an elastic IP, enter "I have an elastic IP"]
163163 - Domain [ of your service; points to the provided IP address] :
164164 - Email address [ of the responsible of the credential] :
165-
166-
165+
167166 c. Mandator details:
168167 - Name:
169168 - Email address:
@@ -173,14 +172,13 @@ LEARCredentialMachine. In the ticket text, add the following data:
173172
174173 d. Email address to which you wish to receive the LEARCredentialMachine:
175174
176-
177- 3 . Go to the [ DOME Key Generator] ( https://dome-marketplace.github.io/dome-crypto-generator/ ) :
175+ 2 . Go to the [ DOME Key Generator] ( https://dome-marketplace.github.io/dome-crypto-generator/ ) :
178176 ![ dome-key-generator-home.png] ( doc/dome-key-generator-home.png )
179177
180- 4 . Click the button to generate the keys:
178+ 3 . Click the button to generate the keys:
181179 ![ dome-key-generator-example.png] ( doc/dome-key-generator-example.png )
182180
183- 5 . Register as a valid organization in the Trusted Access Node List of the corresponding environment following the
181+ 4 . Register as a valid organization in the Trusted Access Node List of the corresponding environment following the
184182 instructions in the [ DOME Trust Framework] ( https://github.com/DOME-Marketplace/trust-framework ) .
185183
186184 :bulb : With the following tables you can relate the key names in the Dome Key Generator with the key names in the
@@ -190,7 +188,7 @@ LEARCredentialMachine. In the ticket text, add the following data:
190188 | --------------------------| ---------------------------|
191189 | dlt_address | DLT keys -> DLT Address |
192190
193- 6 . Register as a valid service in the Trusted Services List of the corresponding environment following the
191+ 5 . Register as a valid service in the Trusted Services List of the corresponding environment following the
194192 instructions provided in the [ DOME Trust Framework] ( https://github.com/DOME-Marketplace/trust-framework ) .
195193 Use the following YAML template as a reference:
196194 ```
@@ -208,10 +206,10 @@ LEARCredentialMachine. In the ticket text, add the following data:
208206 > [!NOTE]
209207 > Replace `<did:key>` with the DID key generated in the "Desmos keys" part of the DOME Key Generator.
210208
211- 7 . Copy the LEARCredentialMachine in Base64 format and paste it in the `learCredentialMachineInBase64` field in the
209+ 6 . Copy the LEARCredentialMachine in Base64 format and paste it in the `learCredentialMachineInBase64` field in the
212210 Access Node Helm Chart implementation.
213211
214- 8 . Copy the private keys to your Access Node Helm Chart implementation and update the specified fields
212+ 7 . Copy the private keys to your Access Node Helm Chart implementation and update the specified fields
215213 in [How to configure](#how-to-configure) section.
216214 You have a specific explanation about what you need to add in the Trusted Access Node List
217215 in: https://github.com/DOME-Marketplace/trust-framework#which-data-is-needed-to-set-a-new-entry-into-the-trusted-access-node-operators-list.
@@ -226,7 +224,7 @@ LEARCredentialMachine. In the ticket text, add the following data:
226224 | dlt-adapter.env.PRIVATE_KEY | DLT keys -> Private Key |
227225 | dlt-adapter.env.ISS | DLT keys -> ISS |
228226
229- 9 . Add the DOME Helm Chart Repository to your helm installation
227+ 8 . Add the DOME Helm Chart Repository to your helm installation
230228
231229 ```
232230 helm repo add dome-access-node https://dome-marketplace.github.io/access-node
@@ -239,10 +237,10 @@ LEARCredentialMachine. In the ticket text, add the following data:
239237 pre-repo https://dome-marketplace.github.io/access-node/pre. The pre-repo will be cleaned-up from time to time, in
240238 order to keep the index manageable.
241239
242- 10 . Install the DOME Access Node
243- ```
244- helm install access-node dome-access-node/access-node --namespace <NAMESPACE> -f config/accessnode.yaml
245- ```
240+ 9 . Install the DOME Access Node
241+ ```
242+ helm install access-node dome-access-node/access-node --namespace <NAMESPACE > -f config/accessnode.yaml
243+ ```
246244
247245 NAMESPACE: The Kubernetes Cluster namespace where the DOME Access Node will be deployed.
248246
0 commit comments