Skip to content

Commit

Permalink
fix: Apple root CA path
Browse files Browse the repository at this point in the history
  • Loading branch information
maduvena committed Aug 10, 2021
1 parent c30fab2 commit 5288c12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public AttestationFormat getAttestationFormat() {
*
* Valid until 03/14/2045 @ 5:00 PM PST
*/
private static final String APPLE_WEBAUTHN_ROOT_CA = "/etc/gluu/conf/fido2/authenticator_cert/apple/";
private static final String APPLE_WEBAUTHN_ROOT_CA = "/etc/gluu/conf/fido2/apple/";

// @Override
public void process(JsonNode attStmt, AuthData authData, Fido2RegistrationData credential, byte[] clientDataHash,
Expand Down

0 comments on commit 5288c12

Please sign in to comment.