Skip to content

Commit

Permalink
Merge pull request #104 from Automattic/edit/readme-public-key-format
Browse files Browse the repository at this point in the history
Readme: update example public key format
  • Loading branch information
ashfame authored Oct 26, 2023
2 parents ee663a1 + aec3319 commit 3b7422b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ And make them available to the plugin as follows (this needs to be added before

~~~php
define( 'OIDC_PUBLIC_KEY', <<<OIDC_PUBLIC_KEY
-----BEGIN RSA PUBLIC KEY-----
-----BEGIN PUBLIC KEY-----
...
-----END RSA PUBLIC KEY-----
-----END PUBLIC KEY-----
OIDC_PUBLIC_KEY
);

Expand Down

0 comments on commit 3b7422b

Please sign in to comment.