Skip to content

Commit db41927

Browse files
authored
chore: rotate Apple signing identity to bdd@pomerium.com (#650)
Replace Ross Smith's Distribution cert fingerprint and rsmith@pomerium.com notarization account with Bobby's new Developer ID Application cert and bdd@pomerium.com account. OPE-244
1 parent e5a1b49 commit db41927

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gon-binary-template.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ source = ["bin/ARCH/pomerium-cli"]
22
bundle_id = "com.pomerium.pomerium-cli"
33

44
apple_id {
5-
username = "rsmith@pomerium.com"
5+
username = "bdd@pomerium.com"
66
provider = "4RYVW695ZQ"
77
# password is set via the AC_PASSWORD environment variable
88
}
99

1010
sign {
11-
application_identity = "07205C57F24D7B05B457074E7E3B3823D411A101"
11+
application_identity = "247F4DF4E206B054A93A737A7AFF1284F2C47F32"
1212
}
1313

1414
zip {

gon-package.hcl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
sign {
2-
application_identity = "07205C57F24D7B05B457074E7E3B3823D411A101"
2+
application_identity = "247F4DF4E206B054A93A737A7AFF1284F2C47F32"
33
}
44

55
apple_id {
6-
username = "rsmith@pomerium.com"
6+
username = "bdd@pomerium.com"
77
provider = "4RYVW695ZQ"
88
# password is provided via AC_PASSWORD environment variable
99
}

0 commit comments

Comments
 (0)