Skip to content

Commit 0f0e753

Browse files
authored
Merge pull request webuild-consortium#133 from grnet/blueprint-130-fixes
Blueprint fixes: manual numbering, image inclusion
2 parents fd05b92 + 19ddb5b commit 0f0e753

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

blueprint/04-integration-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,17 +96,17 @@ This section aligns with the WP4 interoperability baselines defined for issuance
9696
### Wallet-centric Signing Model
9797
In the wallet-centric model, the EUDI Wallet is the central component of the electronic signature process. Three distinct signing processes are considered, depending on where the Signature Creation Application (SCA) runs and where the Signature Creation Device (SCD) is hosted.
9898

99-
#### 1) Remote Signing with External SCA
99+
#### Remote Signing with External SCA
100100
The user initiates signing from the wallet, while the SCA is external. The document is sent to the external SCA for review and consent, after which the signing request is forwarded to a remote Signature Creation Device (SCD) that creates the signature and returns the result.
101101

102102
![Remote signing with external SCA](../images/remote-sign-ext-sca.png)
103103

104-
#### 2) Remote Signing with Local SCA (Wallet as SCA)
104+
#### Remote Signing with Local SCA (Wallet as SCA)
105105
The user initiates signing from the wallet, which also acts as the SCA. The document is presented to the user within the wallet for review and consent. After approval, the wallet forwards the signing request to a remote SCD that produces the signature and returns the result.
106106

107107
![Remote signing with local SCA](../images/remote-sign-local-sca.png)
108108

109-
#### 3) Local Signing
109+
#### Local Signing
110110
The user initiates signing from the wallet, which also acts as the Signature Creation Application (SCA). The document is presented to the user within the wallet for review and consent. After approval, the signature is created locally using a SCD integrated in the user’s device.
111111

112112
![Local signing](../images/local-sign.png)

blueprint/build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,7 @@ cp blueprint.pdf ../build_outputs_folder/blueprint/blueprint.pdf
139139
for IMAGE in $(find . -maxdepth 1 -name "*.png") $(find . -maxdepth 1 -name "*.svg") $(find . -maxdepth 1 -name "*.jpg"); do
140140
cp ${IMAGE} ../build_outputs_folder/blueprint/
141141
done
142+
if [ -d "../images" ]; then
143+
rm -rf ../build_outputs_folder/images/
144+
cp -R ../images ../build_outputs_folder/
145+
fi

0 commit comments

Comments
 (0)