You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, cashier allows setting the same expiration time for every certificate. Shouldn't it have option to have separate expiration time for each of the certificate? It has several use-cases.
The text was updated successfully, but these errors were encountered:
The server config has a [max_age](https://github.com/nsheridan/cashier/blob/master/example-server.conf#L38) setting. Clients can request any expiration time up to this value (but no greater - if clients request a value greater than max_age the returned certificate will have a lifetime of max_age).
On the client side you just need to set validity to the desired value in the client configuration or use the -validity flag.
By default, cashier allows setting the same expiration time for every certificate. Shouldn't it have option to have separate expiration time for each of the certificate? It has several use-cases.
The text was updated successfully, but these errors were encountered: