- Add Legal Office of the Master seal (SVG design with Maltese Cross, scales of justice, legal scroll) - Create legal-office-manifest-template.json for Legal Office credentials - Update SEAL_MAPPING.md and DESIGN_GUIDE.md with Legal Office seal documentation - Complete Azure CDN infrastructure deployment: - Resource group, storage account, and container created - 17 PNG seal files uploaded to Azure Blob Storage - All manifest templates updated with Azure URLs - Configuration files generated (azure-cdn-config.env) - Add comprehensive Azure CDN setup scripts and documentation - Fix manifest URL generation to prevent double slashes - Verify all seals accessible via HTTPS
1.8 KiB
1.8 KiB
Order of St John Seals - Deployment Summary
Generated: 2025-11-13 02:53:37 UTC
Seal Files
SVG Source Files
- digital-bank-seal.svg
- diplomatic-security-seal.svg
- iccc-provost-marshals-seal.svg
- iccc-seal.svg
PNG Generated Files
17 PNG files generated
File Locations
- SVG Source:
assets/credential-images/svg/ - PNG Output:
assets/credential-images/png/ - Documentation:
docs/design/ORDER_SEALS_DESIGN_GUIDE.md
Next Steps
-
Review PNG Files
- Check quality and clarity
- Verify all sizes generated correctly
- Ensure file sizes are optimized
-
Upload to CDN
- Use:
assets/credential-images/png/upload-to-cdn.sh - Or manually upload to your CDN
- Ensure HTTPS and public access
- Use:
-
Update Manifest Templates
- Update CDN URLs in
manifests/entra/*-manifest-template.json - Verify all credential types have correct seal references
- Update CDN URLs in
-
Configure Environment
- Set
ENTRA_CREDENTIAL_LOGO_URIper credential type - Update staging/production configurations
- Set
-
Test
- Issue test credentials
- Verify seals display in wallets
- Test all credential types
Quick Commands
# Validate seals
./scripts/validation/validate-seal-files.sh
# Prepare seals (if needed again)
./scripts/deploy/prepare-all-credential-seals.sh
# Complete deployment
./scripts/deploy/complete-seal-deployment.sh
CDN URLs (Update After Upload)
After uploading to CDN, update these URLs in manifest templates:
- Default/Financial:
https://cdn.theorder.org/images/digital-bank-seal.png - Judicial:
https://cdn.theorder.org/images/iccc-seal.png - Diplomatic:
https://cdn.theorder.org/images/diplomatic-security-seal.png - Provost Marshals:
https://cdn.theorder.org/images/iccc-provost-marshals-seal.png
Status: ✅ Ready for CDN Upload