I exported the pkcs12 file which incorporates the Apple Distribution Certificates with the Personal Key on macOS Sonoma 14 with no password.
I used to be in a position to import the identical on completely different macOS Sonoma 14 machines as follows:
safety import
apple-distribution-hrk.p12
-k /Customers/hrk/Library/Keychains/non-default.keychain-db
-f pkcs12
-P ""
-A
However when upgraded to macOS Sequoia 15.0 (24A335), working the above command offers me the next error:
safety: SecKeychainItemImport: The consumer title or passphrase you entered just isn't appropriate.
Workaround
I did not have the Personal Key of the unique macOS Sonoma 14 from which the pkcs12 file was exported.
So, I needed to create the brand new Certificates by importing the Certificates Signing Request, obtain the .cer file, import it, after which export the pkcs12 file with some password.
Then I used to be in a position to import the pkcs12 file with the password.
Query
I could not discover any reference to this Breaking Change within the Launch Notes of macOS Sequoia 15.0 (24A335).
Can anyone level to the official documentation that refers to this Breaking Change?
Or is that this the bug in macOS Sequoia 15.0 (24A335)?
References
- Apple Developer Boards Put up: 764429
- Filed the Suggestions:
FB15250516