Skip to content

Commit b1c44b1

Browse files
committed
more numbering updates
1 parent 11d59b9 commit b1c44b1

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

scripts/01_3_Your_First_XID-SCRIPT.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#!/bin/bash
22
#
3-
# 01_2_Your_First_XID-SCRIPT.sh - Test all code examples from §1.2
3+
# 01_3_Your_First_XID-SCRIPT.sh - Test all code examples from §1.2
44
#
55
# Validates that every command in §1.2: Creating Your First XID works correctly.
66
# Tests XID creation, elision, signature verification, and provenance validation.
77
#
8-
# Usage: bash 01_2_Your_First_XID-SCRIPT.sh
8+
# Usage: bash 01_3_Your_First_XID-SCRIPT.sh
99
#
1010
# Dependencies: envelope (bc-envelope-cli-rust), provenance
1111
#

scripts/01_4_Making_a_XID_Verifiable-SCRIPT.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/bin/bash
22
#
3-
# 01_3_Making_a_XID_Verifiable-SCRIPT.sh - Test all code examples from §1.3
3+
# 01_4_Making_a_XID_Verifiable-SCRIPT.sh - Test all code examples from §1.4
44
#
55
# Validates that every command in §1.3: Making a XID Verifiable
66
# works correctly. Tests dereferenceVia, XID export, signature verification,
77
# provenance validation, and Ben's verification workflow.
88
#
9-
# Usage: bash 01_3_Making_a_XID_Verifiable-SCRIPT.sh
9+
# Usage: bash 01_4_Making_a_XID_Verifiable-SCRIPT.sh
1010
#
1111
# Dependencies: envelope (bc-envelope-cli-rust), provenance
1212
#
@@ -26,7 +26,7 @@ PASSWORD="test-password-for-tutorial"
2626
PUBLISH_URL="https://github.com/BRadvoc8/BRadvoc8/raw/main/xid.txt"
2727

2828
# Create output directory
29-
OUTPUT_DIR="output/script-01-3-$(date +%Y%m%d-%H%M%S)"
29+
OUTPUT_DIR="output/script-01-4-$(date +%Y%m%d-%H%M%S)"
3030
mkdir -p "$OUTPUT_DIR"
3131

3232
echo "Step 1: Load Your XID"

scripts/02_3_Managing_Claims_Encryption-SCRIPT.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@ set -e
1515
echo "=== LEARNING XIDS §2.3: Managing Sensitive Claims with Encryption CODE TEST ==="
1616
echo ""
1717

18-
1918
# Create output directory
20-
OUTPUT_DIR="output/script-02-2-$(date +%Y%m%d-%H%M%S)"
19+
OUTPUT_DIR="output/script-02-3-$(date +%Y%m%d-%H%M%S)"
2120
mkdir -p "$OUTPUT_DIR"
2221

2322
echo "Step 0: Recreate XID & Keys"

0 commit comments

Comments
 (0)