- français
- English
Signature d'images disque
SIgnature d'image disque
ℹ️ Codesign Digital Signatures in Mac OS
Le certificat Apple Developer doit être chargé dans le Trousseau de Clés 🔑
1️⃣ Signature de l'image .dmg avec le certificat Apple Developer J8A6UP2TFJ
$ codesign -s J8A6UP2TFJ myCanonStaff-2018-standalone.dmg
2️⃣ Vérification de l'image .dmg
$ codesign --display --verbose=4 myCanonStaff-2018-standalone.dmg
Executable=/Users/veronique/Downloads/myPrint/myCanonStaff-2018-standalone.dmg
Identifier=myCanonStaff-2018-standalone
Format=disk image
CodeDirectory v=20200 size=316 flags=0x0(none) hashes=1+6 location=embedded
Hash type=sha256 size=32
CandidateCDHash sha256=421a0f151a24337164fa1959dea9826a72fdd35f
CandidateCDHashFull sha256=421a0f151a24337164fa1959dea9826a72fdd35fac240b03a91053ea3067fdbb
Hash choices=sha256
CMSDigest=421a0f151a24337164fa1959dea9826a72fdd35fac240b03a91053ea3067fdbb
CMSDigestType=2
Page size=none
CDHash=421a0f151a24337164fa1959dea9826a72fdd35f
Signature size=8990
Authority=Developer ID Application: Ecole Polytechnique Federale de Lausanne EPFL (J8A6UP2TFJ)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=5 Nov 2018 at 15:36:03
Info.plist=not bound
TeamIdentifier=J8A6UP2TFJ
Sealed Resources=none
Internal requirements count=1 size=188
Executable=/Users/veronique/Downloads/myPrint/myCanonStaff-2018-standalone.dmg
Identifier=myCanonStaff-2018-standalone
Format=disk image
CodeDirectory v=20200 size=316 flags=0x0(none) hashes=1+6 location=embedded
Hash type=sha256 size=32
CandidateCDHash sha256=421a0f151a24337164fa1959dea9826a72fdd35f
CandidateCDHashFull sha256=421a0f151a24337164fa1959dea9826a72fdd35fac240b03a91053ea3067fdbb
Hash choices=sha256
CMSDigest=421a0f151a24337164fa1959dea9826a72fdd35fac240b03a91053ea3067fdbb
CMSDigestType=2
Page size=none
CDHash=421a0f151a24337164fa1959dea9826a72fdd35f
Signature size=8990
Authority=Developer ID Application: Ecole Polytechnique Federale de Lausanne EPFL (J8A6UP2TFJ)
Authority=Developer ID Certification Authority
Authority=Apple Root CA
Timestamp=5 Nov 2018 at 15:36:03
Info.plist=not bound
TeamIdentifier=J8A6UP2TFJ
Sealed Resources=none
Internal requirements count=1 size=188
19 août 2021