You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem
Autopkg fails to successfully run the AdobeReaderDC.download.recipe because of mismatch in authority names
Preferences contents BE SURE TO SANITIZE ANY SENSITIVE DATA SUCH AS PASSWORDS OR ADDRESSES.
Provide or link to a gist of the output of defaults read com.github.autopkg, or the contents of your external --prefs file.
AutoPkg output
CodeSignatureVerifier: Signature is valid
CodeSignatureVerifier: Mismatch in authority names
CodeSignatureVerifier: Expected: Developer ID Installer: Adobe Inc. (JQ525L2MZD) -> Developer ID Certification Authority -> Apple Root CA
CodeSignatureVerifier: Found: Developer ID Installer: Adobe Systems, Inc. (JQ525L2MZD) -> Developer ID Certification Authority -> Apple Root CA
Expected behavior
expected_authority_names
Developer ID Installer: Adobe Inc. (JQ525L2MZD)
Developer ID Certification Authority
Apple Root CA
should be reverted to pre - 42a4c85 state with
line 59 be:
Developer ID Installer: Adobe Systems, Inc. (JQ525L2MZD)
This is the actual Developer ID that is in the pkg published by Adobe as of today's date.
Version (please complete the following information):
OS version: Catalina
AutoPkg Version: 2.4.1
The text was updated successfully, but these errors were encountered:
Describe the problem
Autopkg fails to successfully run the AdobeReaderDC.download.recipe because of mismatch in authority names
Preferences contents
BE SURE TO SANITIZE ANY SENSITIVE DATA SUCH AS PASSWORDS OR ADDRESSES.
Provide or link to a gist of the output of
defaults read com.github.autopkg
, or the contents of your external--prefs
file.AutoPkg output
CodeSignatureVerifier: Signature is valid
CodeSignatureVerifier: Mismatch in authority names
CodeSignatureVerifier: Expected: Developer ID Installer: Adobe Inc. (JQ525L2MZD) -> Developer ID Certification Authority -> Apple Root CA
CodeSignatureVerifier: Found: Developer ID Installer: Adobe Systems, Inc. (JQ525L2MZD) -> Developer ID Certification Authority -> Apple Root CA
Expected behavior
expected_authority_names
Developer ID Installer: Adobe Inc. (JQ525L2MZD)
Developer ID Certification Authority
Apple Root CA
should be reverted to pre - 42a4c85 state with
line 59 be:
Developer ID Installer: Adobe Systems, Inc. (JQ525L2MZD)
This is the actual Developer ID that is in the pkg published by Adobe as of today's date.
Version (please complete the following information):
The text was updated successfully, but these errors were encountered: