mirror of
https://github.com/greenpau/caddy-security.git
synced 2025-04-18 08:04:02 +03:00
More info: * split backends to identity stores and providers * oauth: use first available key to validate token when kid not found (greenpau/caddy-security#77)
Generate private-public RSA key pair:
openssl genrsa -out testdata/oauth/87329db33bf_pri.pem 4096
openssl rsa -in testdata/oauth/87329db33bf_pri.pem -pubout -out testdata/oauth/87329db33bf_pub.pem