We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac50ac commit e01d6b8Copy full SHA for e01d6b8
symfony-bundle/key-and-key-set-management/key-set-management-jwkset.md
@@ -112,7 +112,7 @@ jose:
112
shared_keyset:
113
id: 'jose.key_set.public_keyset' # The key set service to share
114
path: '/certs' # Path of the key set. Final path is hostname/route_prefix/path: https://www.foo.com/keys/certs
115
- max_age: 1000 # Set the max age of this key set
+ max_age: 1000 # Set the HTTP cache max age of this key set
116
```
117
118
Now went you go to the URL `http://128.0.0.1:8000/certs`, you will get your key set.
0 commit comments