Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme: update example public key format
Fixes #103 The readme suggests setting up keys in `wp-config.php`, and suggests using comments like `-----BEGIN RSA PUBLIC KEY-----` to clearly mark the beginning and end of your key. However, that format: 1. Does not match the output of the `openssl` command. 2. Does not match the format we expect in Tools > Site Health: https://github.com/Automattic/wp-openid-connect-server/blob/ee663a12d9e12d0b5c9e8c7745c3b48c716754b2/src/SiteStatusTests.php#L35 Let's update the example format to match what's expected.
- Loading branch information