<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
Hi Michael,<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Aug 10, 2023, at 6:11 PM, Michael Hall <<a href="mailto:mik3hall@gmail.com" class="">mik3hall@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Aug 10, 2023, at 6:35 PM, Michael Hall <<a href="mailto:mik3hall@gmail.com" class="">mik3hall@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Aug 10, 2023, at 6:21 PM, Alexander Matveev <<a href="mailto:almatvee@openjdk.org" class="">almatvee@openjdk.org</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">-
 Fixed tests by checking that all app bundles are signed and by checking how they signed ad-hoc vs actual certificate.</span></div>
</blockquote>
</div>
<br class="">
<div class="">How is ad-hoc signing done?</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
</div>
</div>
</blockquote>
<br class="">
</div>
<div class="">If it’s this, I guess I got it</div>
<div class=""><a href="https://developer.apple.com/documentation/security/seccodesignatureflags/1397793-adhoc" class="">https://developer.apple.com/documentation/security/seccodesignatureflags/1397793-adhoc</a></div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>Yes, this is how it is done.</div>
<br class="">
<blockquote type="cite" class="">
<div class="">
<div style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<div class=""><br class="">
</div>
<div class="">I assume done with jpackage by indicating something like —mac-sign only? If wrong feel free to correct.</div>
</div>
</div>
</blockquote>
<div><br class="">
</div>
<div>No, it is always done if —mac-sign is NOT specified and we doing ad-hoc signing on app bundle only. PKG will not be ad-hoc signed.</div>
<div>If —mac-sign is provided we will use certificate provided with —mac-sign to sign app image and PKG as before.</div>
<div><br class="">
</div>
<div>Thanks,</div>
<div>Alexander</div>
</div>
<br class="">
</body>
</html>