Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit cda27c6

Browse files
authored
Add another password option
1 parent a07117f commit cda27c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/prosign/views/CertificateView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ struct OfficialCertificatesView: View {
294294
let p12DataLocal = try Data(contentsOf: p12Url)
295295
let provDataLocal = try Data(contentsOf: provUrl)
296296
var successPw: String?
297-
for pwCandidate in ["Hydrogen", "Sideloadingdotorg"] {
297+
for pwCandidate in ["Hydrogen", "nocturnacerts", "Sideloadingdotorg"] {
298298
switch CertificatesManager.check(p12Data: p12DataLocal, password: pwCandidate, mobileProvisionData: provDataLocal) {
299299
case .success(.success):
300300
successPw = pwCandidate

0 commit comments

Comments
 (0)