Skip to content

add support for rotating license generator key pair

Created by: uwedeportivo

https://sourcegraph.com/github.com/sourcegraph/sourcegraph/-/blob/enterprise/internal/licensing/licensing.go

needs a way to rotate keys. the way to implement it would be to keep the old keys around to validate existing licenses and use the new key to generate and validate new ones.